-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

optipng


> PNG file optimization utility.

More information.


Compress a PNG with default settings:

optipng {path/to/file.png}

Compress a PNG with the best compression:

optipng -o{7} {path/to/file.png}

Compress a PNG with the fastest compression:

optipng -o{0} {path/to/file.png}

Compress a PNG and add interlacing:

optipng -i {1} {path/to/file.png}

Compress a PNG and preserve all metadata (including file timestamps):

optipng -preserve {path/to/file.png}

Compress a PNG and remove all metadata:

optipng -strip all {path/to/file.png}


> 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 Fri May 17 15:22:24 2024