Have you tried Imagick on a different type of file e.g jpg to try and isolate the problem? OK, i tried a very basic <?php $imagick = new Imagick($_SERVER['DOCUMENT_ROOT'] .'/projects/mypath/image.jpg'); $imagick->readImage($_SERVER['DOCUMENT_ROOT'] .'/projects/mypath/image.jpg'); ?> and the ...
Hi all, I can't figure out how to install Imagick php extension on my local Apache Server. I use EasyPHP 14.1 PHP version is 5.5.8 I did install ImageMagick 6.9.3-8 Q8 x64, seems to work fine. Then I downloaded php_imagick-3.1.2-5.5-ts-vc11-x86 package from https://pecl.php.net/package/imagick/3.1.2 ...