| 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 |
Thread2008.06.17 11:45 "Re: Split one single strip into multiple strips in a single Tifffile", by Andrey KiselevOn Tue, Jun 17, 2008 at 09:53:01AM +0200, Rob Eisink wrote: > Thanks, we use the TIFFReadEncodedStrip when we've determined the > stripsize. From the documentation and from the LibTiff sources the > interface is such that I can give a size of the data to read but I > would expect a pointer back and read from that point on. > > What do I miss? You missed a strip chopping feature of libtiff which is supported for years. Libtiff will automatically slice the single strip image in multiple strips. See the --disable-strip-chopping and --with-default-strip-size configure options (and appropriate nmake.opt switches). That only works for uncompressed images, of course. Best regards, Andrey -- Andrey V. Kiselev ICQ# 26871517 |
|||||||