[solved] Imagick does not find decode delegates
Posted: 2016-06-28T07:05:52-07:00
Hi,
I installed imagick on Windows 10. It shows up when I call phpinfo() but it says the number of supported formates is 0. I guess something is wrong with my installation. Here is what I did to install everything.
1. Installed php-5.6.23-nts-Win32-VC11-x86 => just copied it under "Program Files (x86)"
2. Installed ImageMagick-7.0.2-Q16 to C:\Program Files (x86)\ImageMagick-7.0.2-Q16. I didn't change anything in the install wizard.
3. Installed php_imagick-3.4.2-5.6-nts-vc11-x86 which means I copied the php_imagick.dll to the ext folder of PHP and the CORE_RL_x.dlls to the ImageMagick folder overwriting the files in there.
The result was the one shown above. phpinfo showed imagick, but 0 supported formats. I searched the internet for a solution and did also a 4th step
4. Set MAGICK_HOME to the coders folder inside the ImageMagick folder. This didn't change anything.
Does anybody have an idea what could be the problem?
I installed imagick on Windows 10. It shows up when I call phpinfo() but it says the number of supported formates is 0. I guess something is wrong with my installation. Here is what I did to install everything.
1. Installed php-5.6.23-nts-Win32-VC11-x86 => just copied it under "Program Files (x86)"
2. Installed ImageMagick-7.0.2-Q16 to C:\Program Files (x86)\ImageMagick-7.0.2-Q16. I didn't change anything in the install wizard.
3. Installed php_imagick-3.4.2-5.6-nts-vc11-x86 which means I copied the php_imagick.dll to the ext folder of PHP and the CORE_RL_x.dlls to the ImageMagick folder overwriting the files in there.
The result was the one shown above. phpinfo showed imagick, but 0 supported formats. I searched the internet for a solution and did also a 4th step
4. Set MAGICK_HOME to the coders folder inside the ImageMagick folder. This didn't change anything.
Does anybody have an idea what could be the problem?