convert bitonal TIFF to bitonal PNG in C#

前端 未结 5 1701
天涯浪人
天涯浪人 2021-01-12 10:00

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

5条回答
  •  孤街浪徒
    2021-01-12 10:29

    Have you tried saving using the Image.Save overload with Encoder parameters?
    Like the Encoder.ColorDepth Parameter?

提交回复
热议问题