From 5c48375e0f6d55c7e1c2a43d898cfad1e066f9c7 Mon Sep 17 00:00:00 2001 From: Mark McElroy <25646157+markthequark@users.noreply.github.com> Date: Mon, 9 Aug 2021 15:48:47 +0100 Subject: [PATCH] dwebp: add page (#6304) --- pages/common/dwebp.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages/common/dwebp.md diff --git a/pages/common/dwebp.md b/pages/common/dwebp.md new file mode 100644 index 000000000..a7695e00b --- /dev/null +++ b/pages/common/dwebp.md @@ -0,0 +1,9 @@ +# dwebp + +> `dwebp` decompresses WebP files into PNG, PAM, PPM or PGM images. +> Animated WebP files are not supported. +> More information: . + +- Convert a `webp` file to a `png` file: + +`dwebp {{path/to/input.webp}} -o {{path/to/output.png}}`