-
Notifications
You must be signed in to change notification settings - Fork 66
Allow reading Exif metadata from AVIF images #441
Copy link
Copy link
Open
Description
The image crate uses mp4parse to decode AVIF images. I'd like to implement Exif metadata extraction from AVIF there, but mp4parse does not expose a function to retrieve the Exif metadata in AvifContext.
There's already Rust code for writing Exif into AVIF files which can be used as a reference:
Adding such a function should be quite straightforward for someone already familiar with the format. I'm not familiar with it at all, which is why I am opening an issue and not a PR.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels