Add your files
Drop one GIF or two hundred. Batch conversion is not a paid feature here.
A GIF asset is bloating a page and WEBP is the drop-in that browsers already support everywhere.
WEBP escapes GIF's 256-colour ceiling and its 1980s LZW coding, so the same picture is stored with full colour in a fraction of the bytes. Alpha becomes a real 8-bit channel rather than a single transparent palette index.
Our on-device path converts a single frame. WEBP does support animation, but the browser canvas route reads one frame from a GIF, so animated sources come out as stills here.
For a still image, commonly 60 to 80 percent smaller, because GIF's LZW compression is very weak by modern standards.
No. The dithering is part of the pixels now, and WEBP stores what it is given. It just stores it more efficiently.
Drop one GIF or two hundred. Batch conversion is not a paid feature here.
WebP Image is lossy, so the quality control decides the trade between size and fidelity.
Instant, because the file never went anywhere. Nothing expires, since nothing was stored.