PHP ImageMagick Class

PHP ImageMagick Class is a class for processing images with ImageMagick.
Download

PHP ImageMagick Class Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Daniel Eiland
  • Publisher web site:
  • http://www.bokko.nl/index.php?button=2#item4

PHP ImageMagick Class Tags


PHP ImageMagick Class Description

PHP 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 Related Software