| 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 |
Thread2006.01.17 20:31 "Re: TiffReadEncodedStrip - problem in Delphi", by Bob FriesenhahnOn Tue, 17 Jan 2006, Patryk Palasz wrote: > I have one more question. Do you think that using TiffReadScanline could > improve the reading performance (or at least would have the same > performance)? In case of one-strip big files temporary buffer becomes quite > ...big - that's why I think about TiffReadScanline. TiffReadScanline usually performs well. Assuming infinite memory, it will never be faster than reading whole strips. But TiffReadScanline may have access which allows it to (often) use memory more efficiently than reading the whole strip. Libtiff also supports a strip-chopping feature which may allow large strips to be presented as a set of smaller strips (depending on compression type). Bob ====================================== Bob Friesenhahn bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/ |
|||||||