mirror of
https://github.com/VERT-sh/VERT.git
synced 2026-02-04 12:37:51 -06:00
Memory Security limit with HEIC file #33
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alike03 on GitHub.
I encountered an error when converting a 9 MB HEIC file. It appears to be a limit in ImageMagick/magick-wasm. I tried to raise the limit but couldn’t find a proper way to do so.
Error converting file file.heic: Error: Memory allocation error: Security limit exceeded: Allocating 599270415 exceeds the security limit of 536870912 bytes (6.1000) '/tmp/magick-aPEr8QAmFx357m6DNPdofjMpudnaaKNf' @ error/heic.c/IsHEIFSuccess/141@JovannMC commented on GitHub:
We can't do anything about it right now until ImageMagick increases the limits within its code, and then
magic-wasmupdates.https://github.com/ImageMagick/ImageMagick/issues/8109#issuecomment-2815884483