#Steps to Install
- Download and Install ImageMagick http://imagemagick.org/script/binary-releases.php#windows
- Visit ImageMagic installation directory and module/coders copy all files and past on D:\xampp\apache\bin
- Download Binary https://pecl.php.net/package/imagick/3.4.0RC5/windows php 5.6 TS one according to phpinfo Architecture if it is x86/x64
- Exatract and copy php_imagick.dll to D:\xampp\php\ext
- Add php_imagick.dll on php.ini
- Copy 8 CORE_*.dll to D:\xampp\apache\bin
- Restart Apache
- done and visit phpinfo
Note: If you see in phpinfo imagick extension settings something like: ImageMagick number of supported formats: then Visit ImageMagick installation directory again like: C:\ImageMagick-6.9.3-Q16\modules\coders and copy all *.dll and past them to apache/bin
Did you make sure you put php_imagick.dll in C:\xampp\php\ext folder?