imagemagick - Image Magick and Imagick - not working from php script but fine on cmd line -


i have following setup:

home brew installed imagemagick (v 6.8.0-10) source installed imagick (v 3.0.1) os x 10.6 

imagemagick working fine on command line not php script using imagick class.

the following code produces error nodecodedelegateforthisimageformat:

$img = new imagick('test.pdf'); 

the imagick module enabled in php.ini imagemagick version listed in php info as:

imagemagick 6.8.0-7 2013-04-11 q16  

the version installed version listed above ends in -10 not -7. factor? if can convert command line i'm not missing delegates must else.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -