ImageMagick无法正常工作

时间:2016-10-10 05:21:50

标签: php imagemagick imagick

我尝试使用从How to install ImageMagick for WAMP 2.5Where to find php_imagick.dll for php 5.5.12 for Windows wampserver 2.5?安装ImageMagick的步骤。 我在PHP 5.5.12中使用Windows 10和WAMP 2.5。我使用ImageMagick-7.0.3-3-Q16-x64-dll.exe安装并尝试使用其中一些

  • php_imagick-3.1.2-5.5-NTS-VC11-64
  • php_imagick-3.1.2-5.5-NTS-VC11-64
  • php_imagick-3.2.0b1-5.5-NTS-VC11-64
  • php_imagick-3.4.3rc1-7.0-NTS-VCl 4-64

所有这些仍然让我发现致命错误:在第19行的C:\ wamp \ www \ test.php中没有找到类'Imagick'来测试imagemagick是否正在使用这些代码

ctx.scale(2,2)

我已将CORE_RL文件放入C:\ wamp \ bin \ apache \ apache2.4.9 \ bin 和php_imagick.dll到这里:C:\ wamp \ bin \ php \ php5.5.12 \ ext \ 请帮忙!

1 个答案:

答案 0 :(得分:0)

我一直在使用ImageMagick在我的Wamp服务器上工作几个小时,并最终想出如何让它在我的Windows 10系统上运行。

1)确保系统上有最新的Wamp Server 2)从ImageMagick服务器http://www.imagemagick.org下载最新的Windows版ImageMagick 3)安装它并确保使用c:\​​ Imagemagick进行安装 4)从http://windows.php.net/downloads/pecl/releases/imagick/下载最新的Pecl文件,选择最新版本 5)从该下载中复制CORE dll文件并将它们放入Wamp Server Apache Bin目录中 6)从该下载中复制php_imagick.dll文件并将其放入Wamp Server php ext目录中 7)把" extension = php_imagick.dll"通过Wamp Server进入php.ini文件 8)重启Wamp Server,希望它能正常工作。