PHP ImageMagick Class 1.0 review
DownloadPHP ImageMagick Class is a class for processing images with ImageMagick
|
|
PHP ImageMagick Class is a class for processing images with ImageMagick. This PHP Class makes it possible to process images in a very easy way.
To scale an image to 640x480 when it's bigger youy can do this:
include('imagemagick.class.php');
$im = new Imagemagick($targetdir);
$im->Resize(640, 480, 'keep_aspect');
$im->Save();
$im->CleanUp();
?>
What's New in This Release:
retrieve image data
flip
dither
monochrome
negate
rotate
blur
draw frame
resize
square
crop
convert
save
PHP ImageMagick Class 1.0 search tags