Install Image Magick (imagick)

4

I have a local web server that uses Windows Server 2008 R2, IIS7 is the web services manager. I installed an application that needs to convert PDF to JPG, but for this I need Imagick to be properly installed and configured in PHP on hosting servers, especially linux just activate this extension. I already installed Imagick according to its documentation, I downloaded the .dll for PHP and put it from the / ext / PHP folder, then I activated it via panel or php.ini

Even after all this process the imagick does not work in PHP, already via CMD it works when I check your installation. Can anyone help?

    
asked by anonymous 06.07.2015 / 19:19

2 answers

1

Issue resolved based on topic (in English): link


Note that the files should be replaced in the location where ImageMagick was installed and then the DLL called in php.ini manually in the installation folder.

    
06.07.2015 / 22:50
0

Verify that the DLL you are using is the same as that available in the PECL repository: link

    
06.07.2015 / 20:06