mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
{gif, img}2webp: add page (#14024)
* Create gif2webm.md * Create img2webp.md * Rename gif2webm.md to gif2webp.md
This commit is contained in:
@@ -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}}`
|
||||
@@ -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}}`
|
||||
Reference in New Issue
Block a user