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
After exiftool wrote changes to an image file, is it possible to get a stream from it?
Currently I have to provide a temporary file, and then
read from that file from disk and clean it up afterwards.
Ideally this can all be done using streams so I don't have to handle files on disk.
The text was updated successfully, but these errors were encountered:
After exiftool wrote changes to an image file, is it possible to get a stream from it?
Currently I have to provide a temporary file, and then
read from that file from disk and clean it up afterwards.
Ideally this can all be done using streams so I don't have to handle files on disk.
The text was updated successfully, but these errors were encountered: