AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
February 2006

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2006.02.02 14:33 "Fastest method to load tiff files?", by Edward Lam
2006.02.02 15:00 "Re: Fastest method to load tiff files?", by Bernie Pallek
2006.02.02 15:29 "Re: Fastest method to load tiff files?", by Edward Lam
2006.02.02 15:36 "Re: Fastest method to load tiff files?", by Frank Warmerdam

2006.02.02 15:29 "Re: Fastest method to load tiff files?", by Edward Lam

Hi Bernie,

Thanks for the tips. I'll keep those in mind. I'm primarily dealing with either 
stripped or tiled images. The images range from 8 to 32 bits per sample (ie.

32-bit floats). I was hoping someone would have gone down this route and knew 
which interface one should be using. Currently, we're using the 
TIFFReadEncodedStrip() and TIFFReadEncodedTile() interface. If the image has
interleaved data, we de-interleave it ourselves.

Thanks,
-Edward