Compression Property
Syntax
CWIMAQFlattenOptions.Compression
Data Type
You can use the following constants with this data type:
- cwimaqCompressionTypeJPEG—Specifies that JPEG compression should be used.
- cwimaqCompressionTypeNone—Specifies that no compression should be used.
- cwimaqCompressionTypePackedBinary—Specifies that lossless binary packing compression should be used.
Purpose
Specifies the type of compression to use on the image pixel data.
Remarks
The default is cwimaqCompressionTypeNone.