You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current bindings only allow to save to a file.
For our use case, we need to parse and remove exif tags in memory, for all kinds of images.
=> We would need to be able to save the resulting images (after removing tags), to a buffer (ideally using Write?).
The current bindings only allow to save to a file.
For our use case, we need to parse and remove exif tags in memory, for all kinds of images.
=> We would need to be able to save the resulting images (after removing tags), to a buffer (ideally using
Write
?).It looks like this might be possible using https://gitlab.gnome.org/GNOME/gexiv2/-/blob/e4d65b31cd77f28ef248117e161de9d8cc31d712/gexiv2/gexiv2-metadata.cpp#L715 or https://gitlab.gnome.org/GNOME/gexiv2/-/blob/e4d65b31cd77f28ef248117e161de9d8cc31d712/gexiv2/gexiv2-metadata.cpp#L592, but is not currently available through the rust libraries.
The text was updated successfully, but these errors were encountered: