diff --git a/pages/linux/gif2webp.md b/pages/linux/gif2webp.md new file mode 100644 index 000000000..aa95a2054 --- /dev/null +++ b/pages/linux/gif2webp.md @@ -0,0 +1,8 @@ +# gif2webp + +> Convert a GIF image to WebP. +> More information: . + +- Convert a GIF image to WebP: + +`gif2webp {{path/to/image.gif}} -o {{path/to/image.webp}}` diff --git a/pages/linux/img2webp.md b/pages/linux/img2webp.md new file mode 100644 index 000000000..57c378c2a --- /dev/null +++ b/pages/linux/img2webp.md @@ -0,0 +1,8 @@ +# img2webp + +> Convert an image to WebP. +> More information: . + +- Convert an image to WebP: + +`img2webp {{path/to/image}} -o {{path/to/image.webp}}`