We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Thanks for making this crate!
I'd like to be able to read/write IPTC metadata from/to an in-memory JPEG file stored in a Vec<u8> or, more generally, borrowed in the form &[u8].
Vec<u8>
&[u8]
I might send a PR to add this feature.