1997.01.22 18:31 "Reading from standard in", by Todd D. Newman

1997.01.22 20:04 "Re: Reading from standard in", by Sam Leffler

This is probably a FAQ, but I don't see an answer anywhere. Is libtiff supposed to support standard in/standard out a la Unix? If you look at TIFFClientOpen you'll see it doing strlen on the file name. This doesn't work for a null file name.

My question is whether this is a bug or a feature.

There is no direct support for reading/writing an i/o stream that does not support random access.

        Sam