dwebp Command Examples

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/.

dwebp {{path/to/input.webp}} -o {{path/to/output.png}}

dwebp {{path/to/input.webp}} -bmp|-tiff|-pam|-ppm|-pgm|-yuv -o {{path/to/output}}

dwebp {{path/to/input.webp}} -o {{path/to/output.png}} -mt

dwebp {{input.webp}} -o {{output.png}} -crop {{x_pos}} {{y_pos}} {{width}} {{height}} -scale {{width}} {{height}}

dwebp {{path/to/input.webp}} -o {{path/to/output.png}} -flip

dwebp {{path/to/input.webp}} -o {{path/to/output.png}} -nofilter