Convert a webp file into a specific filetype

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/>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

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

click the source code to copy install dwebp on any operating system with command-not-found.com