
Thread
2000.03.23 06:24 "Re: Reading 8-bit grayscale format", by Michael Still
Hello.
Try TIFFReadEncodedStrip. This will give you a block of memory where every byte referes to a pixel. You can then manipulate these bytes as you please, and then use TIFFWriteEncodedStrip to save them to your file.
Cheers,
Michael