Cykooz / libheif-rs

Safe wrapper to libheif-sys for parsing heif/heic files
MIT License
34 stars 11 forks source link

Support for writing meta-data #9

Closed sebastient closed 1 year ago

sebastient commented 1 year ago

The underlying libheif library supports writing meta-data such as exif and xmp into the output image. Are there plans to support this or would a PR to present this API be considered?

Cykooz commented 1 year ago

I have released libheif-rs 0.18.0

This is a test with example of adding meta data: https://github.com/Cykooz/libheif-rs/blob/80fc050093073eb655dea8b55bbab1973c0400b5/tests/write_test.rs#L126-L175