| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2007.08.22 13:00 "Re: How to handle big single-strip images?", by Gerben VosOliver Geisen wrote: > i wonder what will happen if one opens an tiff image where all the > data is in a SINGLE strip (some writers offer this option) and also > compressed (G4) and someone tries to use TIFFReadScanline with it? > I would expect that libtiff needs to read the whole strip, because > it's compressed, into memory. Or is it possible to read compressed > data by chunks? libtiff can decompress data by chunks that are multiples of a scanline. This may depend on the compression type, but it's definitely supported for CCITT, LZW, ZIP and JPEG. Gerben Vos. |
|||||||