Static or animated WebP?
This converter produces static WebP: we read the first frame of the GIF and re-encode it. That covers the most common use case โ converting decorative GIFs being used as still images, or generating a preview thumbnail of an animated GIF for use in a video-style player.
If you need to preserve the full animation in WebP format (animated WebP), specialised tools that handle the frame timing and palette per frame will give you better results than a general-purpose converter.
Why convert GIF to WebP at all?
The static frame of a typical GIF โ even at the same colour quality โ is 60โ80% smaller as WebP because GIF is limited to a 256-colour palette plus inefficient LZW compression. WebP's lossy and lossless modes both produce dramatically smaller files for the same visual result.
How the converter works
- Drop or select one or more GIF files (up to 20 MB each).
- We read the first frame with libvips and re-encode it as WebP at quality 80.
- Download the WebP single image, or a ZIP for multiple files.