felixc / rexiv2

Rust library for read/write access to media-file metadata (Exif, XMP, and IPTC)
GNU General Public License v3.0
79 stars 17 forks source link

[QUESTION] Accessing Metadata As Buffer Rather Than Saving #71

Open mexicantexan opened 10 months ago

mexicantexan commented 10 months ago

I was wondering if there was a method to access the adjusted metadata as a byte array? For example, I understand the workflow to be:

Since it is possible to load the file from a buffer, is there a way to access the adjusted metadata as a buffer?

mexicantexan commented 9 months ago

Implementing the code in this issue might solve this: https://github.com/felixc/gexiv2-sys/issues/26