Replies: 3 comments
-
Do you have a code sample that can be used to reproduce this issue? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Thanks for explaining this but this is more an output format issue than an input format issue. You are probably getting the exception when you try to write the image. Most |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It took a bit of experimentation to fix a "no encode delegate for this image format 'XC'" error I was receiving in .Net 5 w/ Magick.Net Q8-x64 8.3.2 using new MagickImage(color, width, height) -- I had to add { Format = MagickFormat.whatever } which I don't remember needing in the past. If the format is required for object creation to work, it would be nice to have it in the parameters for the overload.
Beta Was this translation helpful? Give feedback.
All reactions