GIF to WEBP

Re-encodes the GIF's first frame as a WEBP still image.

What this does

This converter reads a GIF and re-encodes its pixels as a WebP image. The GIF is decoded in your browser, drawn to a canvas, and exported through the browser's built-in WebP encoder. Nothing is uploaded; the conversion happens on your own machine.

GIF stores frames in an indexed palette of up to 256 colours, while WebP uses a fuller colour model and a more modern compression scheme. For the same picture, the WebP file is usually smaller. This tool reads the first frame of the GIF only, so an animated GIF becomes a single still WebP rather than an animated one.

How it works

  1. 1Drop one or more GIF files, or pick them from disk.
  2. 2Each GIF is decoded and its first frame re-encoded to WebP.
  3. 3Download a single WebP, or grab the whole batch as a zip.

Built on web standards

Built with standard browser APIs — no third-party libraries.

Frequently asked questions