kornelski / cavif-rs

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

Add a flag to save the original creation date of the image #63

Closed valsaven closed 1 year ago

valsaven commented 1 year ago

Greetings, thank you for the awesome library! Is it possible to add a flag to save the original creation date of the image? This can be useful for converting various photo collections.

kornelski commented 1 year ago

I'm not planning to preserve EXIF data, which is usually the authoritative source for date a photo was taken in photo collections. It's not a good idea to use this tool for photo collections.

If your photos are in JPEG, try using JPEG repacker feature of JPEG XL.