1997.01.30 23:32 "write subset", by Thomas Loecherbach

1997.01.31 07:30 "Re: write subset", by Kyriakos Georgiou

A similar problem: can I open a file for read/write (I don't want to append a new tiff directory) and read/write scanlines?

Open it for read, read the whole thing, close it, modify whatever scanlines you want, reopen it for write, write it, close it. (by the way, reading/writing strips TIFFReadEncodedStrip etc. is faster.)

Kiriakos


Editor's note: This mail was not originally archived, and has been reconstructed from quotes.