mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
dwebp: add page (#6304)
This commit is contained in:
parent
841643a1af
commit
5c48375e0f
1 changed files with 9 additions and 0 deletions
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}}`
|
Loading…
Add table
Reference in a new issue