2003.09.05 18:14 "[Tiff] read in whole tiff file", by Pushkar Pradhan

2003.09.10 17:51 "[Tiff] read in whole tiff file", by Pushkar Pradhan

This is exactly what I wish to do: parallelize the RGB TO LHS transform. Some researchers suggested me to read in the whole image before distributing tiles/strips to different processors to achieve linear speedup. Maybe reading in the image in one call (TIFFClientOpen?) can save I/O overhead instead of multiple calls to TIFFReadTile etc.

BTW I can't find any manual entry for TIFFClientOpen?

Thanks all who replied.