2000.08.21 17:23 "writing multi-page G3/G4 TIFFs using LibTiff", by Chris Losinger

2000.08.22 14:31 "RE: writing multi-page G3/G4 TIFFs using LibTiff", by Brian Herron

I had that problem initially too.

I can think of two possible problems:

  1. if you are writing scanlines (don't know about tiles and strips) you are not resetting the scanline number to 0
  2. you are not using "int TIFFWriteDirectory(TIFF* tif)" to tell the tiff file you are switching to the next page.

Hope this helps,
Brian Herron