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
March 2005

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

2005.03.16 10:33 "[ANNOUNCE]: Libtiff 3.7.2 released", by Andrey Kiselev
2005.03.16 18:18 "Re: [ANNOUNCE]: Libtiff 3.7.2 released", by Jeff Breidenbach
2005.03.16 18:27 "Re: [ANNOUNCE]: Libtiff 3.7.2 released", by Frank Warmerdam
2005.03.17 01:30 "Re: [ANNOUNCE]: Libtiff 3.7.2 released", by <ron@debian.org>
2005.03.17 01:41 "I/O support for FILE *", by Jeff Breidenbach
2005.03.19 17:58 "Re: [ANNOUNCE]: Libtiff 3.7.2 released", by Thom Decarlo

2005.03.17 01:30 "Re: [ANNOUNCE]: Libtiff 3.7.2 released", by <ron@debian.org>

Sorry if this has been raised before, but would it be better
to have TIFFFILEOpen( FILE*, char* ) instead?  C stream I/O is
portable, and that is an interface well supported by other free
codec libs, which makes generalising code that needs to support
eg. tiff and jpeg a bit more pleasant.  I've done this already
in my own code (no mmap support yet though), and can say it's
trivial for people to do locally, but is there any reason not
to provide it by default here?

cheers,
Ron