mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
10 lines
296 B
Markdown
10 lines
296 B
Markdown
# MZ_COMPRESS_LEVEL
|
|
|
|
Compression level enumeration.
|
|
|
|
|Name|Code|Description|
|
|
|-|-|-|
|
|
|MZ_COMPRESS_LEVEL_DEFAULT|-1|Default compression level (6)|
|
|
|MZ_COMPRESS_LEVEL_FAST|2|Fast compression level|
|
|
|MZ_COMPRESS_LEVEL_NORMAL|6|Mid compression level|
|
|
|MZ_COMPRESS_LEVEL_BEST|9|Slow compression level| |