Install Image Magick (Imagick)

Asked

Viewed 2,267 times

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 the Imagick is installed correctly and configured in PHP, on hosting servers, mainly linux just activate this extension. I have already installed Imagick according to its documentation, downloaded the . dll for PHP and put from the /ext/ folder of PHP, then activated via dashboard or php.ini

Even after all this process Imagick does not work in PHP, already via CMD it works when I check your installation. Anyone can help?

  • Issue resolved by topic:
 
 http://stackoverflow.com/a/26265214

2 answers

1


Issue resolved based on topic (in English): https://stackoverflow.com/a/26265214


Remember that the files should be overwritten where Imagemagick was installed and then the DLL called in php.ini manually in the installation folder.

  • Can James mark your answer as the correct one? I believe you have solved your problem

0

  • Yes, it’s the same, I even downloaded now the new . dll for my version of PHP (5.5) and gave in the same.

  • Have you checked through phpinfo() if the extension is actually being loaded?

  • Yes and it is not, this is the problem, before even appeared the path in the PATH, however the extension

  • Strange. I have never installed on Windows, only Linux (which is very easy), but try to do according to the link by setting an environment variable: http://refreshless.com/blog/imagick-pecl-imagemagick-windows/

  • Also check if this helps: http://stackoverflow.com/questions/20976779/how-to-install-imagemagick-to-use-with-php-on-windows-7-3

  • It didn’t help much, had done these procedures before.

Show 1 more comment

Browser other questions tagged

You are not signed in. Login or sign up in order to post.