- 檢視 XAMPP 的 phpinfo(),確認以下項目
- Architecture:x86 / x64
- Thread Safety:enabled / disabled
- Compiler:如 MSVC15 (Visual C++ 2017)
- 到 PECL Deps 查看對應以上 Architecture 與 Compiler 對應的 ImageMagick 版本
- 如
ImageMagick-7.0.7-11-vc15-x64.zip
則為7.0.7
- 如
- 根據以下文章進行安裝,唯各步驟須注意使用上述版本
- How to install and enable the Imagick extension in XAMPP for Windows
- 若第一步驟找不到對應版本的 ImageMagick,可到這裡下載