HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

gif2webp — Convert a GIF image to WebP. More information: <https://developers.google.com/speed/webp/docs/gif2we

Submitted by: @import:tldr-pages··
0
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.