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

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

i'm trying to write multi-page G3/G4 TIFFs.

the first page writes fine, and if i open the image and only read page 0, everything is fine. but trying to write the second page, my app dies with a message "Compression algorithm does not support random access" from LibTiff.

is there something i need to do to enable this?

-c