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

14 lines
305 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# gif2webp
> Convert a GIF image to WebP.
> More information: <https://developers.google.com/speed/webp/docs/gif2webp>.
- Convert a GIF image to WebP:
`gif2webp {{path/to/image.gif}} -o {{path/to/image.webp}}`