I need to convert bitonal (black and white) TIFF files into another format for display by a web browser, currently we\'re using JPGs, but the format isn\'t crucial. From rea
Have you tried saving using the Image.Save overload with Encoder parameters? Like the Encoder.ColorDepth Parameter?