Steps to install
- Download and Install ImageMagick http://imagemagick.org/script/binary-releases.php#windows
- Goto the ImageMagic installation directory module/coders and copy all the files and paste them in D:\xampp\apache\bin
- Download Binary https://pecl.php.net/package/imagick/3.4.0RC5/windows php 5.6 TS the one that corresponds to your phpinfo architecture if it is x86/x64
- Extract and copy php_imagick.dll into D:\xampp\php\ext
- Add php_imagick.dll in your php.ini file.
;;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;;;
; Add the following line where the other extensions are loaded
extension=php_imagick.dll
- Copy CORE_*.dll into D:\xampp\apache\bin
- Restart Apache.
- Done, now visit the phpinfo webpage.
Note: If you see in phpinfo imagick extension settings, something like: ImageMagick number of supported formats: then goto the ImageMagick installation directory C:\ImageMagick-6.9.3-Q16\modules\coders and copy all the *.dll files and paste them into apache/bin
Installing and Configuring ImageMagick on Xampp
Updated on 2022-05-29T18:49:50+02:00, by MsTRSKuL.