2002.02.20 13:39 "TIFFWriteScanline query...", by Clint Tevlin

2002.02.20 13:39 "TIFFWriteScanline query...", by Clint Tevlin

My application reads fax scanlines, processes them and writes some of them to a new file.

I'm able to TIFFReadScanline from a fax image ( bi-level with 1 sample per bit with 1 bit per sample) to a buffer without any problems.

I check the image width is 216 bytes (=1728bits /8 bits per byte)

How do I write the scanline to a new file?

Cheers,

Clint