Ubuntu Installation Method
To install on Ubuntu or Debian, using the Package Manager, use:
sudo apt-get install Php5-imagick
sudo service apache2 Reload
Windows Installation Reference: If there is an item for x86 , all components are used x86
Use version Imagemagick-6.8.1-9-q16-x86-dll.exe
Php_imagick-3.2.0rc1-5.4-ts-vc9-x86.zip
The latest version has a stealth bug. Temporarily unable to work. Reference page http://stackoverflow.com/questions/20977294/what-does-this-error-mean-for-imagemagick-on-xampp-server
http://blog.csdn.net/zwfcan/article/details/16967555
Reference documents
ImageMagick download Page http://www.imagemagick.org/script/binary-releases.php#windows
Imagick PHP Official http://php.net/manual/en/imagick.setup.php
Imagick installation Help http://refreshless.com/blog/imagick-pecl-imagemagick-windows/
Imagick 3.1.2 Download page: http:/pecl.php.net/package/imagick/3.1.2/windows
- install the LATEST official version of ImageMagick Fromhttp://www.imagemagick.org/script/binary-releases.php#windows . (I first tried installing the one Fromhttp://image_magick.veidrodis.com/image_magick/ binaries/ specified in the post above, didn ' t work here as it ' s missing a required DLL).
Download the Win32 dynamic at + bits-per-pixel version.
Make sure it's installed in a simple non spaces folder name, e.g. C:\imagemagick.
During installation, make sure-check the box for "ADD application directory to your system path" (otherwise make s Ure to does this manually).
- Download the following DLL Php_imagick.dllcourtesy of http://www.sk89q.com (original link).
Place the this file into your Php\ext folder inside xampp, e.g. C:\xampp\php\ext.
- Edit php.ini (C:\xampp\php\php.ini) and add the following Line:extension=php_imagick.dll
- RESTART windows. (If you won ' t, you mightreceive the following error: The programcannot start because core_rl_wand_.dll are missing from Your computer.
- Start Apache. It should work well.
Php5-imagick Installation Documentation (WIN2008R2 x64 apache2.2 x86 php5.4 x86)