1
0
Fork 0
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:
Managor 2024-10-06 22:27:40 +03:00 committed by GitHub
parent dcc39b8f47
commit 5778d31c01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 0 deletions

8
pages/linux/gif2webp.md Normal file
View 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
View 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}}`