0

Currently Imagick's readimageblob is called via Intervention while reading a SVG image.

Unfortunately I get the following error:

ImagickException: NoDecodeDelegateForThisImageFormat in ..\Intervention\Image\Imagick\Decoder.php:87

I have seen other stackoverflow posts where this was related to an incorrect installation of Imagick but I don't think that is the case in my scenario. Those posts show that the number of supported formats of imagick is either 0 or that the format they are trying to use is not in the list of supported formats.

For me, the SVG format is in the list of supported formats: enter image description here

Can someone tell me why I still get this exception?

Daan Klijn
  • 1,269
  • 3
  • 11
  • 28
  • How are you trying to use it; using CLI script, or in a page of some site? If it's inside a webpage, is this phpinfo generated from that server domain page directly? – Christos Lytras Apr 04 '20 at 11:07
  • It is called in one of the controllers of a website. The phpinfo is generated using the same php executable as used by the backend of the site. – Daan Klijn Apr 06 '20 at 08:50

0 Answers0