Open extra topbar

Installing and Configuring ImageMagick on Xampp

Steps to install

				
					;;;;;;;;;;;;;;;;;;;;;;;
;  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.