I need a C# function that will take a Byte[] of an 8 bit grayscale TIFF, and return a Byte[] of a 1 bit (black & white) TIFF.
I\'m fairly new to working with TIF
There is an article on CodeProject here that describes what you need.