Free GIF (.gif) to WebP (.webp) converter — batch conversion with quality control, entirely in your browser. No upload, no signup.
PNG · JPG · WebP · BMP · GIF · SVG · AVIF
GIF is a 256-color format from 1987 that survives on the strength of its animation support. For still images it is obsolete — PNG is smaller and not limited to 256 colors — so converting single-frame GIFs to PNG or WebP is nearly always an upgrade.
WebP is Google’s modern web image format, supported by every current browser. It compresses roughly 25–35% smaller than JPEG at equal visual quality, supports transparency like PNG, and does both lossy and lossless modes — the pragmatic default for images shipped on websites today.
Yes — free, unlimited and without watermarks. Conversion runs on your own machine, so there are no server costs behind it.
No. Your browser decodes the GIF file and re-encodes it as WebP locally using the Canvas API. Nothing is transmitted anywhere.
No. Only the first frame is decoded onto the canvas, so the WebP result is a still image. If you need motion, keep the GIF or use a video format instead.
Yes — drop any number of files and convert the whole batch in one click. A single result downloads as a file; a batch arrives as a ZIP, and each row shows the new dimensions and the size change.
The browser decodes the GIF onto one canvas frame before writing WebP, so animation and frame timing are discarded. Use this route only when you want a still image from the GIF.