Compress a WebP file with the best [q]uality and largest file size

cwebp

  • Compress an image file to a WebP file.
    More information: <https://developers.google.com/speed/webp/docs/cwebp>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

cwebp {{path/to/image_file}} -o {{path/to/output.webp}} -q {{100}}

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