Gets or sets a value indicating the compression level for underlying zlib.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public int CompressionLevel { get; set; }
[-2, 9]
. The default value is -1
.Compression Level | Description |
---|---|
-2
|
The fastest compression level powered by Intel IPP. |
-1
|
The value corresponding to an average compression time. This is the default value. |
0
|
The value that does not apply compression. |
For values from 1
to 9
, the lower the level, the less time it takes to compress the image and the bigger file is obtained.