2001.12.31 04:15 "Partial Extraction of a Scanline?", by Bad Badtz

2001.12.31 04:15 "Partial Extraction of a Scanline?", by Bad Badtz

Hi!

I understand that LibTIFF provides APIs to read the scanlines, strips or tiles of a TIFF or GeoTIFF image. However when reading just one scanline of a striped image that is rather huge (a few GBs), a big buffer needs to be created and it will take a long time.

Is there anyway I can read parts of a scanline instead of the whole scanline?

Thanks!