Rich Rodecker’s blog on flash, flex, actionscript, javascript, and php, with a dash of randomness
IMagick – ImageMagick extension for PHP
If you’re spending a decent amount of time manipulating images in php using GD or command-line ImageMagick, you should check out the Imagick php extension. Imagick provides an object-oriented interface to the ImageMagick API.
As far as I can tell, this extension was left for dead a while ago but revitalized over the last year or so and is now rockin pretty hard. The developer is pretty responsive on the Imagick board at the ImageMagick forums as well, and he’s got lots of nice code tidbits on his own blog.
There is also the MagickWand For PHP extension, but I found the syntax pretty odd to deal with, it probably relates more to the way GD works than the OO style of Imagick.
| Print article | This entry was posted by rich on March 25, 2008 at 9:30 am, and is filed under php. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
about 2 years ago
this is good..thanks for posting the link for imagick php extension