You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered this when I wanted to add support for the "disable security limits" flag for Python bindings as a temporary workaround for some situations.
heif-dec 200MP.heic --disable-limits results in: Could not read HEIF/AVIF file: Invalid input: Security limit exceeded: Color profile exceeds maximum supported size
The text was updated successfully, but these errors were encountered:
bigcat88
changed the title
Specifying the --disable-limits flag triggers the color the "color" secure limits
Specifying the --disable-limits flag triggers the "color" secure limits
Jan 25, 2025
I encountered this when I wanted to add support for the "disable security limits" flag for Python bindings as a temporary workaround for some situations.
Test file for this can be taken from here: bigcat88/pillow_heif#328
Steps to reproduce:
heif-dec 200MP.heic
is OKheif-dec 200MP.heic --disable-limits
results in:Could not read HEIF/AVIF file: Invalid input: Security limit exceeded: Color profile exceeds maximum supported size
The text was updated successfully, but these errors were encountered: