Compression in TIFF_CCITTFAX3 or TIFF_CCITTFAX4 does not work properly, the resulting file is always in TIFF_LZW format
Ex :
FreeImage.Save(FREE_IMAGE_FORMAT.FIF_TIFF, dib, outFileName, FREE_IMAGE_SAVE_FLAGS.TIFF_CCITTFAX3);
how to solve this problem ?
Thanks Njara