-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

zlib-flate


> Raw zlib compression and decompression program.

> Part of `qpdf`.

More information.


Compress a file:

zlib-flate -compress < {path/to/input_file} > {path/to/compressed.zlib}

Uncompress a file:

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).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 05:30:08 2024