dwebp
decompresses WebP files into PNG, PAM, PPM or PGM images.
Animated WebP files are not supported.
webp
file into a png
file:
dwebp {path/to/input.webp} -o {path/to/output.png}
webp
file into a specific filetype:
dwebp {path/to/input.webp} -bmp|-tiff|-pam|-ppm|-pgm|-yuv -o {path/to/output}
webp
file, using multi-threading if possible:
dwebp {path/to/input.webp} -o {path/to/output.png} -mt
webp
file, but also crop and scale at the same time:
dwebp {input.webp} -o {output.png} -crop {x_pos} {y_pos} {width} {height} -scale {width} {height}
webp
file and flip the output:
dwebp {path/to/input.webp} -o {path/to/output.png} -flip
webp
file and don't use in-loop filtering to speed up the decoding process:
dwebp {path/to/input.webp} -o {path/to/output.png} -nofilter
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 This content has been proxied by September (3851b).Proxy Information
text/gemini;lang=en-GB