dwebp: add page (#6304)
This commit is contained in:
9
pages/common/dwebp.md
Normal file
9
pages/common/dwebp.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# dwebp
|
||||
|
||||
> `dwebp` decompresses WebP files into PNG, PAM, PPM or PGM images.
|
||||
> Animated WebP files are not supported.
|
||||
> More information: <https://developers.google.com/speed/webp/docs/dwebp/>.
|
||||
|
||||
- Convert a `webp` file to a `png` file:
|
||||
|
||||
`dwebp {{path/to/input.webp}} -o {{path/to/output.png}}`
|
Reference in New Issue
Block a user