AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
January 1997

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

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
1997.01.22 21:14 "Re: Reading from standard in", by Helge Blischke
1997.01.23 00:25 "Re: Reading from standard in", by Dwight Kelly
1997.01.23 00:04 "Re: Reading from standard in", by Tom Lane
1997.01.23 02:03 "Re: Reading from standard in", by <cristy@eplrx7.es.dupont.com>

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

    To:  tiff@sgi.com
    Subject:  Reading from standard in
    Date: Wed, 22 Jan 1997 10:31:37 PST
    From:  tdn@eccentric.esd.sgi.com (Todd D. Newman)

    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