2003.09.01 11:49 "[Tiff] Reading and writing to memory.", by Väinö Järvelä

2003.09.01 19:17 "[Tiff] Reading and writing to memory.", by Pushkar Pradhan

Can't you just read in one tile or strip at a time, manipulate it and write it out to the new file.

The TIFFReadTile, TIFFReadRawTile (uncompressed data is returned) should do it?

Pushkar Pradhan