2015.02.11 01:56 "[Tiff] Interleaved write of multiple TIFF frames", by Paavo

2015.02.11 18:17 "Re: [Tiff] Interleaved write of multiple TIFF frames", by Paavo

2015-02-10 20:56 GMT-05:00 <paavo@osa.pri.ee>:

Is it possible to write multiple TIFF frames at the same time with libTIFF? I am facing a task of writing TIFF files which could potentially contain multiple multi-gigabyte image frames, with pixel data arriving piecewise in an interleaved fashion and I do not want to collect and hold all these gigabytes in memory buffers.

Yes, it is possible, using TIFFCheckpointDirectory.

Thanks, will try this out.

Another option is to write your own TIFF output code.

Yes, I have done this in the past and in some sense it was more pleasant than to fight with libTIFF quirks. Let's see...

Cheers
Paavo