-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

cwebp


> Compress an image file to a WebP file.

More information.


Compress a WebP file with default settings (q = 75) to the [o]utput file:

cwebp {path/to/image_file} -o {path/to/output.webp}

Compress a WebP file with the best [q]uality and largest file size:

cwebp {path/to/image_file} -o {path/to/output.webp} -q {100}

Compress a WebP file with the worst [q]uality and smallest file size:

cwebp {path/to/image_file} -o {path/to/output.webp} -q {0}

Compress a WebP file and apply resize to image:

cwebp {path/to/image_file} -o {path/to/output.webp} -resize {width} {height}

Compress a WebP file and drop alpha channel information:

cwebp {path/to/image_file} -o {path/to/output.webp} -noalpha


> 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 14:33:34 2024