mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 07:52:00 +00:00
Update cheatsheets
This commit is contained in:
13
tldr/linux/gif2webp
Normal file
13
tldr/linux/gif2webp
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user