dwebp: add page (#6304)

beep
Mark McElroy 2021-08-09 15:48:47 +01:00 committed by GitHub
parent 841643a1af
commit 5c48375e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
pages/common/dwebp.md Normal file
View 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}}`