kamadak / exif-rs

Exif parsing library written in pure Rust
BSD 2-Clause "Simplified" License
190 stars 42 forks source link

Support for GIF/PNG metadata? #10

Closed bosschaert closed 4 years ago

bosschaert commented 4 years ago

I know GIF and PNG don't support pure Exif but they do support metadata fields of some sort. I'm wondering if this library supports that or is planning to support it.

kamadak commented 4 years ago

Metadata other than Exif are out of the scope of this library, and I have no plan to support them.

bosschaert commented 4 years ago

Thanks for clarifying. Closing the issue.