HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

img2webp — Convert an image to WebP. More information: <https://developers.google.com/speed/webp/docs/img2webp>

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandimg2webpwebpconvertcliimageinformationmore
linux

Problem

How to use the img2webp command: Convert an image to WebP. More information: <https://developers.google.com/speed/webp/docs/img2webp>.

Solution

img2webp — Convert an image to WebP. More information: <https://developers.google.com/speed/webp/docs/img2webp>.

Convert an image to WebP:
img2webp {{path/to/image}} -o {{path/to/image.webp}}

Code Snippets

Convert an image to WebP

img2webp {{path/to/image}} -o {{path/to/image.webp}}

Context

tldr-pages: linux/img2webp

Revisions (0)

No revisions yet.