Sobesednik / node-exiftool

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

Support for stdin processing #52

Open pke opened 4 years ago

pke commented 4 years ago

I have an in memory byte array that I would like to process with exiftool. The tool itself supports reading from stdin however node-exiftool seems to only accept disk files.

Is this a trivial change or would need more work? Happy to provide a PR.

dminkovsky commented 4 years ago

Whoops I just opened a dupe #53.

I'm not great with Unix pipes via Node, but https://github.com/nathanpeck/exiftool seems to provide an example.

pke commented 4 years ago

Where exactly does it provide the example?

aiavci commented 3 years ago

Is there an update on this issue by any chance? Perhaps an example or fix?