| 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 |
Thread2011.06.30 15:51 "Re: Is it possible to read a large tiff image in portions?", by Steve MillsOn 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 |
|||||||