2011.06.30 15:21 "[Tiff] Is it possible to read a large tiff image in portions?", by Hib Eris

2011.06.30 15:51 "Re: [Tiff] Is it possible to read a large tiff image in portions?", by Steve Mills

On Jun 30, 2011, at 10:21:50, Hib Eris wrote:

To avoid this, I would like to read and process the image in pieces, how should I do this with libtiff?

We do it by reading each scanline; TIFFReadScanline. You'll need to do some setup and checking of the file config to make sure you know what you're reading ([non-]interleaved, color space, number of channels, etc) and then convert each scanline to the space/size you want.

_________________________________________________________
Steve Mills Me: 952-401-6255
Senior Software Architect MultiAd
smills@multiad.com www.multiad.com