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
August 2011

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

2011.08.12 11:01 "libtiff still under development?", by Weichao Wang
2011.08.12 13:59 "Re: libtiff still under development?", by Bob Friesenhahn
2011.08.12 17:30 "Re: libtiff still under development?", by Larry Gritz
2011.08.13 00:12 "Re: libtiff still under development?", by Brad Hards

2011.08.12 11:01 "libtiff still under development?", by Weichao Wang

Hi all,
 
Is libtiff still under development? I'm wondering if following functions
could be added to the library:
TIFFReadBilevelImageDate()
TIFFReadGrayImageDate()
TIFFReadRgbImageDate()
TIFFReadCmykImageDate()
They should all read out uncompressed image data of the whole image. For
colour image the data should be aligned in planar format, so that a user can
easily get a certain colour component.
This way a libtiff user needn't to bother with questions as:
Is the image stripped or tiled?
Is the colour image data in chunky or planar format?
I hope you won't say that I'm too lazy or too greedy......
 
Weichao