php5-imagick安装文档 (win2008r2 x64 apache2.2 x86 php5.4 x86)
Ubuntu安装办法To install on Ubuntu or Debian, using the package manager, use:
sudo apt-get install php5-imagick
sudo service apache2 reload
Windows安装参考:如果有一项为x86,所有组件都要使用x86
使用版本ImageMagick-6.8.1-9-Q16-x86-dll.exe
php_imagick-3.2.0RC1-5.4-ts-vc9-x86.zip
最新版本 有隐形bug。暂时没法工作。参考网页http://stackoverflow.com/questions/20977294/what-does-this-error-mean-for-imagemagick-on-xampp-server
http://blog.iyunv.com/zwfcan/article/details/16967555
参考文献
ImageMagick下载页http://www.imagemagick.org/script/binary-releases.php#windows
Imagick php官方http://php.net/manual/en/imagick.setup.php
Imagick安装帮助 http://refreshless.com/blog/imagick-pecl-imagemagick-windows/
imagick 3.1.2下载页面: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 16 bits-per-pixel version.
Make sure it's installed in a simple non spaces folder name, e.g. C:\imagemagick .
During installation, make sure you check the box for "Add application directory to your system path" (otherwise make sure to do this manually).
[*]Download the following DLL php_imagick.dllcourtesy of http://www.sk89q.com (original link).
Place 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 program cannot start because CORE_RL_wand_.dll is missing from your computer.
[*]Start Apache. it should work well.
页:
[1]