rom-properties/extlib/minizip-ng/doc/mz_compress_level.md
David Korth 7d302b51c9 [minizip] Updated from v2.10.5 to minizip-ng 3.0.0.
As of 3.0.0, the minizip fork is now called minizip-ng.

https://github.com/zlib-ng/minizip-ng
2021-02-17 18:38:19 -05:00

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