tifig icon indicating copy to clipboard operation
tifig copied to clipboard

Taking input from stdin

Open rikonor opened this issue 5 years ago • 0 comments

Hi!

I saw https://github.com/monostream/tifig/issues/18 which deals with outputting to stdout, are there any plans to update the tool to allow reading the image from stdin instead of a file?

When shelling out to tifig from other languages it's nice to be able to provide the input via stdin, since sometime the image is already in memory. Currently, the calling program has to create a temporary file and put the image in there for tifig to read from.

rikonor avatar Feb 09 '19 00:02 rikonor