PDA

View Full Version : imagemagick and PHP



Raine Dragon
07-22-2009, 07:35 PM
I've done a little work with imagemagick in perl, and I rather like it, but when I sat down to try to add the module for PHP, I can't seem to find one. I know there is one out there from PECL, but there doesn't seem to be one from PEAR that I can see. Is there a way that I can install the PECL one on my hostmonster account or, is there an alternative way of access ImageMagick with PHP that I can use here?

The script that I am working on needs to do some rather heavy image processing, and ImageMagick seems like a better option to me than the standard GD. Any suggestions or information is appreciated.

Treeluvin
07-23-2009, 10:37 AM
The PECL package Imagick seems to be the best. You can either build it from source on your account or just contact HM support and they can install it for you.

phullsight
07-28-2009, 02:14 PM
customer support installed imagick for me, but i am still getting an error!

Fatal error: Class 'Imagick' not found
what gives?