2020.02.05 04:07 "[Tiff] Inhaling an image all at once in scanline format", by David C. Partridge

2020.02.05 11:57 "Re: [Tiff] Inhaling an image all at once in scanline format", by David C. Partridge

I did as you suggested but the result wasn't quite as I expected.

It turned out that each strip was the same size as a scan line lso the exact same number of API crossings were made as if I'd used TIFFReadScanline() for each row :(

Is there a way persuade TIFFReadEncodedStrip() to inhale (a lot) more data...

Thanks

David