Open pke opened 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.
Where exactly does it provide the example?
Is there an update on this issue by any chance? Perhaps an example or fix?
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.