1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/img2webp.md

9 lines
203 B
Markdown
Raw Normal View History

# 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}}`