简体   繁体   中英

Imagick php wamp server -none supported formats

After tons of tutorials around internet I'm out, none seemed to work. My steps:

Step 1) Gather information about my wamp

  • Architecture: x64(64-bit)
  • PHP-version: 5.6.25
  • PHP Extension Build: TS, MSVC11

Step 2) Download Binary

Link

ImageMagick-7.0.3-5-Q16-x64-dll.exe

Step 3) Install Binary

C:\\wamp64\\bin\\php\\php5.6.25\\ImageMagick-7.0.3-Q16

additional tasks:

  • Create a deskop icon
  • Add application directory to your system path
  • Install legacy utilities (eg convert)

Step 4) Download PHP extension

http://windows.php.net/downloads/pecl/releases/imagick/3.4.3rc1/

file: php_imagick-3.4.3rc1-5.6-ts-vc11-x64.zip

Step 5) Extract PHP Extension

C:\\wamp64\\bin\\php\\php5.6.25\\ext\\php_imagick.dll

Step 6) Activate PHP extension

在此处输入图片说明

Step 7) Restart your PC

Done

Step 8) desperation

http://localhost//index.php?phpinfo=1

在此处输入图片说明

Question : Please, how to setup formats?

好像 Imagick 没有看到 IM 库...你可以从 php.net 尝试解决方案: http ://php.net/manual/ru/imagick.setup.php#119083

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM