-
Prerequisites
DescriptionI'm getting the exception ImageMagick.MagickMissingDelegateErrorException with the following Message:
while reading the following SVG file:
Here is the full stack trace:
Steps to ReproduceRun the following repro to reproduce the exception:
System Configuration
|
Beta Was this translation helpful? Give feedback.
Answered by
dlemstra
Nov 24, 2020
Replies: 2 comments
-
ImageMagick cannot detect that the issue is an SVG file because the file starts with a comment. If you tell Magick.NET that the file is an SVG file when reading it you should be able to read the image. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dlemstra
-
Thanks, it works :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ImageMagick cannot detect that the issue is an SVG file because the file starts with a comment. If you tell Magick.NET that the file is an SVG file when reading it you should be able to read the image.