Sobesednik / node-exiftool

A Node.js interface to exiftool command-line application.
MIT License
91 stars 15 forks source link

Get stream from modified image file #45

Open strarsis opened 5 years ago

strarsis commented 5 years ago

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.