fileformat-heic / FileFormat.HEIC-for-.NET

FileFormat.HEIC is an open source implementation of the ISO/IEC 23008-12:2017 HEIF file format decoder.
Other
7 stars 1 forks source link

Fix reading HandlerBox fully from a MetaBox #7

Closed corus closed 1 month ago

corus commented 1 month ago

Some bytes were left unread from the stream when reading a HandlerBox, causing some heic files to not be parsed correctly.

Horodep commented 1 month ago

Can you please provide examples of heic files that are not parsed correctly?

corus commented 1 month ago

The sample files (sewing-threads.heic and shelf-christmas-decoration.heic and chef-with-trumpet.heic) from https://heic.digital/samples/ can't be loaded. They seem to be captured by some Samsung camera or phone.

Horodep commented 1 month ago

Thank you for the information. I will be back once we check everything.

Horodep commented 1 month ago

@corus Thank you for your contribution!