Recently in the development process to use the ImageMagick, combined with the online tutorial to do a record
Installation of the specific steps can refer to http://blog.csdn.net/belen_xue/article/details/72896262 this article, written in very detailed.
1. Problems encountered
After installing according to its steps, it is found that the Imagick extension module in phpinfo imagemagick number of supported formats:0 (The description is not fully installed), the solution to this problem is: you need to create another system environment variable named Magick_home, the value of f:\ your Imagick path \modules\coders, Restart the server and PHP when the settings are complete.
2. Version requirements
When installing ImageMagick PHP extensions, it is important for the version selection of ImageMagick to ensure that the three-party version is consistent:
Imagick software itself (such as x86), PHP itself (x86 TS (thread safe)), PHP extension php_imagick.dll (TS).
Install ImageMagick under Windows