mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 17:13:50 +02:00
{gif, img}2webp: add page (#14024)
* Create gif2webm.md * Create img2webp.md * Rename gif2webm.md to gif2webp.md
This commit is contained in:
parent
dcc39b8f47
commit
5778d31c01
2 changed files with 16 additions and 0 deletions
8
pages/linux/gif2webp.md
Normal file
8
pages/linux/gif2webp.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# 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}}`
|
8
pages/linux/img2webp.md
Normal file
8
pages/linux/img2webp.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue