Sunday, November 25, 2012

Dealing with images??, get ImageMagick

I am using and playing a lot with the images in my current project. It involves heavy dealing with png's, jpg's and gif's like: merging, cutting, re-scaling and stuff.

There is a very cool library to deal with all these things : ImageMagick.

You can do pretty much anything with this.

You have extension available for PHP for imagemagick named as Imagick.( Perl also have an extension).

This could be a very good start if you are interested:
http://www.imagemagick.org/Usage/compose/

No comments:

Post a Comment