Replies: 3 comments 4 replies
|
Can you create a small dotnet application with a single program.cs that demonstrates the issue? Heic recently added security limits and you seem to be hitting that but I don't understand why. |
|
(Related ImageMagick issue: ImageMagick/ImageMagick#8898) I've worked through and built up a list of the various affected methods across the related libraries, but I've hit a bit of a wall because I don't really understrand the detail of what is happening, I might have to raise this issue in the ImageMagick and/or libheif repositories as the issue appears to come from within those. I'll add my notes here though for reference. Repositories: Full stack trace: Methods: |
|
Your |
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I'm getting the following exception while trying to load a
.heicor.heiffile:ImageMagick.MagickCorruptImageErrorException : Memory allocation error: Security limit exceeded: Image size 160x64 exceeds the maximum image size 4225Historically we were using the nuget package
Magick.NET-Q8-AnyCPUwith version14.13.1without this error, but since updating (I've tried versions14.14.0,14.15.0and14.16.0) I'm seeing this error.Prior to this version we didn't have a profile setup, but I've sinced tried adding the following, both with the example profile and with all of the limits increased tenfold:
What am I missing? I can't seem to adjust this limit and I have no idea where this maximum image size of
4225comes from.All reactions