Files
cheatsheet-tldr/tldr/linux/img2webp
2024-10-07 00:17:57 +00:00

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