snippetbashTip
gif2webp — Convert a GIF image to WebP. More information: <https://developers.google.com/speed/webp/docs/gif2we
Viewed 0 times
commandwebpconvertcliimagegifmoregif2webp
linux
Problem
How to use the
gif2webp command: Convert a GIF image to WebP. More information: <https://developers.google.com/speed/webp/docs/gif2webp>.Solution
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}}Code Snippets
Convert a GIF image to WebP
gif2webp {{path/to/image.gif}} -o {{path/to/image.webp}}Context
tldr-pages: linux/gif2webp
Revisions (0)
No revisions yet.