mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 19:45:41 -04:00

As of 3.0.0, the minizip fork is now called minizip-ng. https://github.com/zlib-ng/minizip-ng
296 B
Vendored
296 B
Vendored
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 |