ImageMagick supported formats no value
imagemagick, php, windows
Solution
I have spent several days looking for a solution, and I finally found it with Sysinternals procmon.
I found out apache was looking for dll files like IM_MOD_xxxx.dll in folders c:\windows\system and /bin. Copying the files to one of those folders did the trick to me.
Cood luck.
Problem
I have installed download and install `ImageMagick-6.8.3-7-Q16-x86-dll.exe` from the link `http://imagemagick.org/script/binary-releases.php#windows` and I am using Windows 7 and PHP 5.3.8. When in install this it got installed correctly in my machine and `convert` commands works perfectly. On my convert config what shows is here: But on my phpinfo section I get: ImageMagick supported formats has no value I got all the image magick values like this `https://www.evernote.com/shard/s297/sh/12397c86-d016-4ca4-9415-fd541daeca39/2fc504bf5ddba5693efd3249402b2b5c`. I don't know why it is getting as no value i have installed the same ImageMagick-6.8.3-7-Q16-x86-dll.exe on php 5.3.8 in my 32 bit windows7 machine . The `php_imagick.dll` i downloded from other website. I don't know what is the issue i am having in install imagemaagick, if it is the issue with `php_imagick.dll` version can anybody suggest proper php_imagick version for this configuration?