kornelski / cavif-rs

AVIF image creator in pure Rust
https://lib.rs/cavif
BSD 3-Clause "New" or "Revised" License
563 stars 27 forks source link

EXIF meta data #76

Open gbiorczyk opened 1 year ago

gbiorczyk commented 1 year ago

Hi @kornelski,

First of all thank you for the great job you are doing. I am full of admiration for what you do!

My question concerns EXIF data saved in JPEG and PNG files. For example, camera settings or location, which are saved in EXIF data. After converting these files to AVIF format, this data is not available.

Can I somehow configure your library to preserve EXIF data or are you planning to add the ability to preserve EXIF data in the library as an additional option?

kornelski commented 1 year ago

Currently there's no support for embedding metadata.

I've heard exiftool supports HEIF/AVIF now, so maybe you could copy it that way.

gbiorczyk commented 1 year ago

@kornelski Thank you for your answer! Do you have plans to add support for EXIF data in the near future?