zlib-flate
Raw zlib compression and decompression program.
Part of `qpdf`.
zlib-flate -compress < {path/to/input_file} > {path/to/compressed.zlib}
zlib-flate -uncompress < {path/to/compressed.zlib} > {path/to/output_file}
- Compress a file with a specified compression level. 0=Fastest (Worst), 9=Slowest (Best):
zlib-flate -compress={compression_level} < {path/to/input_file} > {path/to/compressed.zlib}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).