WEBP to GIF

Converts WebP to GIF, capped at 256 colors.

What this does

This decodes each WebP and quantizes the first frame to a 256-color palette, then encodes a single-frame GIF. It's the right move when a target only accepts GIF, even though WebP is smaller and richer; an animated WebP becomes one still frame.

How it works

  1. 1Drop your WebP images.
  2. 2Each one is quantized to a 256-color palette and encoded as GIF.
  3. 3Download each result, or grab them all as a zip.

Built with open source

  • gifenc Fast GIF encoding with color quantization. · MIT

Frequently asked questions