{gif, img}2webp: add page (#14024)
* Create gif2webm.md * Create img2webp.md * Rename gif2webm.md to gif2webp.md
This commit is contained in:
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}}`
|
Reference in New Issue
Block a user