PHP ImageMagick Class 1.0 review

Download
by rbytes.net on

PHP ImageMagick Class is a class for processing images with ImageMagick

License: GPL (GNU General Public License)
File size: 5K
Developer: Daniel Eiland
0 stars award from rbytes.net

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 keywords