Skip to content

- Added the xmp directory in HEIF format (iso-14496). #263

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

kastwey
Copy link

@kastwey kastwey commented Jul 16, 2020

  • Added the xmp directory in HEIF format (iso-14496). Related to issue Feature Request: HEIF/HEIC/Apple support #231.
  • Fixed a bug where under certain circumstances, the bytes of the exif directory were extended to the next box.
  • Fixed an unknown issue when the segments to be parsed start before last position after reading all boxes. Reordered segments bassed on extended offset, not only base offset, so the read will always be in sequential order. This last change fixes the exception thrown in the image file heic/Issue 487.heic.

Juanjo Montiel added 2 commits July 5, 2020 12:53
…under certain circumstances, the bytes of the exif directory were extended to the next box.
…st position after reading all boxes. Reordered segments bassed on extended offset, not only base offset, so the read will always be in sequential order. This last change fixes the exception thrown in the image file heic/Issue 487.heic.
@drewnoakes
Copy link
Owner

@kastwey thanks very much for your contributions. Are you able to provide sample files that repro these problems?

@kastwey
Copy link
Author

kastwey commented Jul 17, 2020

Copy link
Owner

@drewnoakes drewnoakes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great fixes here. I ran a regression test and there are improvements to a bunch of HEIC files 👍

@drewnoakes drewnoakes merged commit 0f132f8 into drewnoakes:master Jul 19, 2020
@kastwey
Copy link
Author

kastwey commented Jul 19, 2020

Great! Thanks! :)

@kastwey kastwey deleted the feature/add-xmp-directory-in-heif branch July 19, 2020 11:08
drewnoakes added a commit to drewnoakes/metadata-extractor-images that referenced this pull request Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants