Is there a way to change the compression to fax using HtmlCapture?
Tuesday, March 20th, 2007Yes, please use SetTiffEncoder() function to change fill encoding method. Following encoder are supported.
HCTE_AUTO HtmlCapture will choose tiff encoder automatically.
HCTE_NONE Images will not be compressed when saving as tiff.
HCTE_CCITTRLE CCITT modified Huffman RLE.
HCTE_CCITTFAX3 CCITT Group 3 fax encoding.
HCTE_CCITTFAX4 CCITT Group 4 fax encoding.
HCTE_LZW Lempel-Ziv & Welch algorithm. This is the default value for ISnapShooter::TiffEncoder.
HCTE_OJPEG OJPEG encoding.
HCTE_JPEG JPEG encoding.