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

Retrieve Metadata As Bytes #72

Open mexicantexan opened 8 months ago

mexicantexan commented 8 months ago

Relies on gexiv2-sys pull request being merged. Until that is merged, the tests will not pass.

Allows for retrieving metadata as a bytes without having to save and read from disk. Uses streams as an intermediary under the hood.