2017.07.01 14:21 "[Tiff] Read tiff file piped from stdout ?", by Aaron Boxer

2017.07.01 14:21 "[Tiff] Read tiff file piped from stdout ?", by Aaron Boxer

Is it possible to read a tiff file from stdout? I tried but I got an error: "Seek error accessing directory"

My command line was:

cat foo.tiff | some_program -i /dev/stdin -o bar

I did get this working with libpng, by the way.

Thanks,

Aaron