Search code examples
c#tiff

Compressing a TIF file


I'm trying to convert a multipage color tiff file to a c# CompressionCCITT3 tiff in C#. I realize that I need to make sure that all pixels are 1 bit. I have not found a useful example of this online.


Solution

  • You need this conversion as CCITT3 and CCITT4 don't support color (if I remember right).