Imagick not loading images, with 'NoDecodeDelegateForThisImageFormat' error message

前端 未结 4 465
别那么骄傲
别那么骄傲 2020-12-03 11:56

Trying to create a thumbnail, but i\'m getting some errors and I have no experience with Imagick.

Here is my PHP:



        
4条回答
  •  -上瘾入骨i
    2020-12-03 12:10

    It seems I may have been using the wrong version of the dll for my PHP and Apache version. I downloaded the following file, and changed the extension link to the install folder of ImageMagick instead of moving the dll t the php folder.

    ImageMagick-6.6.5-10-Q8-windows-dll.exe

    PHP 5.5.9.

    Apache 2.4.7.

提交回复
热议问题