php: 安装php_imagick扩展
window下载地址:http://pecl.php.net/package/imagick/3.4.4/windows
配置环境变量
将文件解压后,并解压到任意位置,再将路径添加到path环境变量中
导入DLL文件
将上述文件夹里面的 php_imagick.dll 文件复制到php的ext文件夹中
再将上述文件夹里面的所有的 .dll后缀的文件复制到php的根目录下
在php.ini中添加
重启apache
如果出现以下报错,请开启openssl扩展
Imagick::__construct(): Unable to find the wrapper "http" - did you forget to enable it when you configured PHP?
开启扩展