ImageCompressionTypeEnum
ImageCompressionTypeEnum enumeration constants are used to set the image compression type.
typedef enum {
ICT_ABBYYLossless,
ICT_Lzw,
ICT_Jpeg,
ICT_PackBits,
ICT_Png,
ICT_Uncompressed,
ICT_Zip,
ICT_CcittGroup4,
ICT_Default
} ImageCompressionTypeEnum;
Elements
| Name | Description |
|---|---|
| ICT_ABBYYLossless | Lossless compression. This compression type provides a medium image file size and the quality of the original image. |
| ICT_Lzw | LZW compression. |
| ICT_Jpeg | JPEG compression. |
| ICT_PackBits | PackBits compression. |
| ICT_Png | PNG compression. |
| ICT_Uncompressed | Uncompressed. |
| ICT_Zip | ZIP compression. |
| ICT_CcittGroup4 | CCITT4 compression. |
| ICT_Default | Sets the compression type automatically corresponding to the selected file format. |
Used in
15.08.2023 13:19:30