gen2brain / heic

HEIC image decoder
MIT License
9 stars 2 forks source link

Panic error decoding .HEIC file #6

Open jamesriady opened 1 week ago

jamesriady commented 1 week ago

Issue: Encountered a panic error while decoding a .HEIC document with a size of 1.6MB.

Steps to Reproduce:

  1. Attempt to decode a .HEIC file of 1.6MB using the lib.
  2. Observe the panic error. Screenshot 2024-09-10 at 2 00 35 PM

Expected Behavior:

The library should successfully decode the .HEIC document without errors.

Additional Notes:

gen2brain commented 1 week ago

Can you upload the image? I cannot reproduce it without it.

jamesriady commented 1 week ago

here is the image @gen2brain

IMG_0928.HEIC.zip

gen2brain commented 1 week ago

Thanks, I can reproduce it. I see there is a new version of libheif with a lot of fixes, will try to update it when I find the time.