1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/dwebp.md

10 lines
294 B
Markdown
Raw Normal View History

2021-08-09 15:48:47 +01:00
# 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}}`