Replies: 1 comment
-
What is the image you are using? How can I reproduce your issue? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
After upgrading Magick.NET-Q16-AnyCPU from 14.5.0 to 14.7.0 due to the security vulnerability, I'm running into an issue with my current image conversion implementation.
My implementation looks like this (general idea, so you can get the picture):
The issue now, is that I'm getting the following error:
Downgrading the package to 14.5.0 fixes the issue, but the security vulnerability is present. I assume this has to do with the security settings for ImageMagick, but I am unsure of the best way to change those settings. Any help in this matter would be greatly appreciated. Thank you
Beta Was this translation helpful? Give feedback.
All reactions