Page 1 of 1

Problem install Imagick for Windows

Posted: 2014-09-18T14:01:38-07:00
by sniffysko
My server config:
Windows 7 x 64, Appache 2.2, PHP 5.4.19
I download and install ImageMagick-6.8.9-7-Q8-x64-dll.exe to c:\ImageMagick\ directory.
Download php_imagick-3.1.2-5.4-ts-vc9-x86.zip Imagick library for PHP from pecl.php.net/package/imagick/3.1.2/windows
1. Extract and copy file php_imagick.dll into PHP /ext/ directory.
2. Extract and copy CORE_RL_...._.dll files into PHP directory.
3. Write string extension=php_imagick.dll into php.ini file.
4. Reload computer.

Run command line and input command php -m. I get list with 'Imagic' module.
After this I run phpinfo() and get result page with Imagick section. But...
In row 'ImageMagick number of supported formats' I have 0, and in 'ImageMagick supported formats' -- no value.

I understand what Imagick was is running, but not started its filters.
How decide this problem?
Help please!