GIF to WebP Converter

Convert GIF images to smaller WebP — in your browser, with a quality slider.

Ad placeholder (leaderboard)
Enjoying the tools? Go Pro for £4.99 (one-time) and remove all ads — forever, on this device. Remove ads — £4.99

This tool converts GIF images into modern, compact WebP files in your browser, with an adjustable quality slider. WebP typically beats GIF on file size at the same visual quality and keeps transparency, so images look the same but download faster — ideal for web pages and app assets.

How it works

The converter draws your GIF onto an HTML <canvas>, which reads the first frame, then encodes that canvas to WebP with the browser’s toDataURL('image/webp', quality). The quality slider (0-100, default around 85) is passed straight into the encoder: higher values keep more detail at a larger size, lower values compress harder for smaller files. Transparency is preserved as a WebP alpha channel.

Animated GIFs are flattened to a single still, since the canvas reads one frame. No upload happens — the whole process runs on your device.

Example

Take a 600×400 GIF banner that is 480 KB:

  1. Set the quality slider to 85.
  2. Drop the GIF onto the box.
  3. The tool re-encodes the first frame as WebP — often around 120-200 KB, a saving of roughly 60-75% — and offers it for download.
QualityTypical result
60Smallest file, minor softening
85 (default)Large saving, no visible loss
100Maximum fidelity, larger file

Everything runs locally — your images are never uploaded.

Ad placeholder (rectangle)