mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 08:42:23 +00:00
14 lines
295 B
Plaintext
14 lines
295 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|