Flipkart

Thursday, April 8, 2010

Getting Image magick working on XAMPP for Windows

 First you'd download the newest binary release of Image Magick from http://www.imagemagick.org/script/binary-releases.php#windows. The typical version you'd want to snag will end with Q16-windows-dll.exe. For example, the version I downloaded was ImageMagick-6.4.9-4-Q16-windows-dll.exe. Install Image Magick.

After that you need to download php_imagick_dyn-Q16.dll from here.
if you did not find any php_imagick.zip file just refresh once on above URL.

Once you have download   php_imagick_dyn-Q16.dll file put this in xampp/php/ext or php/extension folder.

Then open php.ini and add extension=php_imagick_dyn-Q16.dll.and comment extension=php_imagick.dll if it is already not commented .

And just restart your server.

No comments:

Post a Comment