Search found 5 matches

by vinny38
2016-04-25T02:41:14-07:00
Forum: IMagick
Topic: Struggling to install Imagick php extension [SOLVED]
Replies: 9
Views: 15108

Re: Struggling to install Imagick php extension

@tk1
Hi tk1!
Ok I unistalled everything and followed your instructions from scratch.
I didn't copy CORE*.dll files, and...
everything works fine now!

Thanks for your help! :D
by vinny38
2016-04-12T08:24:29-07:00
Forum: IMagick
Topic: Struggling to install Imagick php extension [SOLVED]
Replies: 9
Views: 15108

Re: Struggling to install Imagick php extension

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 exc...
by vinny38
2016-04-12T05:24:57-07:00
Forum: IMagick
Topic: Struggling to install Imagick php extension [SOLVED]
Replies: 9
Views: 15108

Re: Struggling to install Imagick php extension

Hi snigbo...
thanks for your answer.

How exactly would you do that??

Besides, I find strange that phpinfo() shows no supported format for IM :
Image

Cheers
by vinny38
2016-04-12T04:58:44-07:00
Forum: IMagick
Topic: Struggling to install Imagick php extension [SOLVED]
Replies: 9
Views: 15108

Struggling to install Imagick php extension [SOLVED]

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...