TImageCompressionType
What it does
Sets a compression method for the exported image. Applies in the IExportImageSavingOptions interface.
Admissible values:
- ICT_Auto = -1. The type of compression is selected automatically.
- ICT_Lzw = 1
- ICT_Jpeg = 2
- ICT_PackBits = 3
- ICT_Png = 4
- ICT_Uncompressed = 5
- ICT_Zip = 6
- ICT_CcittGroup4 = 7
12.04.2024 18:16:02