ImageCompressionTypeEnum (COM-based API)

ImageCompressionTypeEnum enumeration constants are used to set the compression files.

enum ImageCompressionTypeEnum {
    ICT_Uncompressed = 0,
    ICT_Zip = 1,
    ICT_Group3 = 2,
    ICT_Group4 = 3,
    ICT_PackBits = 4,
    ICT_Jpeg = 5,
    ICT_Lzw = 6
};

Elements
Name Description
ICT_Uncompressed Image will be exported without compression
ICT_Zip Image will be exported using the ZIP compression algorithm
ICT_Group3 Image will be exported using the GROUP3 compression algorithm
ICT_Group4 Image will be exported using the GROUP4 compression algorithm
ICT_PackBits Image will be exported using the PACKBITS compression algorithm
ICT_Jpeg Image will be exported using the JPEG compression algorithm
ICT_Lzw Image will be exported using the LZW compression algorithm.
See also

ITiffExportSettings::Compression

26.03.2024 13:49:49

Please leave your feedback about this article

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.