Installing Imagick on Windows
Date added: 10 February 2012 Last revised: 10 February 2012 Hits:
You need PHP 5.2 or higher for this.
- Download and install ImageMagick-6.5.8-7 Q16-windows-dll.exe (or later) from http://www.imagemagick.org/download/binaries/
- Download the latest php_imagick_dyn-Q16.dll from http://valokuva.org/outside-blog-content/imagick-windows-builds/
- Copy the DLL file to your [PHP]/extension folder and rename it to php_imagick.dll
- Edit your php.ini file and add the new extension: extension=php_imagick.dll
- Save the php.ini file and restart Apache Server (and possibly Windows)
- phpinfo() should show imagick enabled.