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:
Can someone tell me why I still get this exception?