kamadak / exif-rs

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

Support for WebP #16

Closed WardBenjamin closed 3 years ago

WardBenjamin commented 3 years ago

According to #12, support for EXIF data in WebP files can probably be accomplished using img-parts (which seems to have some partial support for WebP files) and kamadak-exif for parsing the raw Exif block. Are you interested in supporting this format natively as well?

kamadak commented 3 years ago

Yes, I will add support for WebP. Also, img-parts + kamadak-exif will definitely work.

kamadak commented 3 years ago

WebP support is available in version 0.5.4.