Page 1 of 1

How to install ImageMagick 6.5.3-8 to XAMPP

PostPosted: 18. June 2009 20:46
by ocsnetworks
Here is a Tutorial on how to install ImageMagick with XAMPP.....


Step 1:

Install ImageMagick 6.5.3-8
http://www.ocs-networks.com/support/imagemagick/ImageMagick-6.5.3-8-Q16-windows-dll.exe
Install to directory: C:\xampp\imagemagick
or your xampp directory\imagemagick

Step 2:
Install Visual C++ Distributable
http://www.ocs-networks.com/support/imagemagick/vcredist_x86.exe


Step 3:
Download http://www.ocs-networks.com/support/imagemagick/php_imagick_dyn-Q16.dll
Copy this file to your XAMPP PHP Extensions Directory
Example: C:\xampp\php\ext

Step 4:
Open Your PHP directory and find your php.ini configuration
comment your extension=php_imagick.dll if it is not already.
Example: ;extension=php_imagick.dll

Now add this line below the ;extension=php_imagick.dll
extension=php_imagick_dyn-Q16.dll

So it looks like this
;extension=php_iisfunc.dll
;extension=php_imagick.dll
extension=php_imagick_dyn-Q16.dll
extension=php_imap.dll
;extension=php_ingres.dll
;extension=php_interbase.dll

Now restart your server or system.

This works for Windows 2000, XP Home/Pro, and Windows Server 2003 All Versions.
This has not been tested to work for X64 bit systems.
If you got this to work for X64 systems post it here.....

Re: How to install ImageMagick 6.5.3-8 to XAMPP

PostPosted: 03. August 2009 09:46
by yohn
I just had to say thanks for this post! it helped me out a lot.. I was getting frustrated with not having imagemagick installed on my testing machine and you'r post allowed me to install it, and get it working correctly.. The only thing I didnt do was install Visual C++ Distributable, I might at a later date, but I got imagemagick to resize images and thats all I needed it to do :) appreciate it tons!