# Convert GIF to WebP

Convert GIF to WebP right in your browser — free, private, nothing is uploaded. Smaller files at the same quality, transparency included.

GIF is the veteran web format: a 256-color palette, universal support and — famously — animation. For still images its color limit shows, which is why single frames usually travel better as PNG, JPEG or WebP.

WebP is the modern web format: at similar visual quality it produces noticeably smaller files than both JPEG and PNG, and it supports alpha transparency.

Converting GIF to WebP usually cuts file size at the same visual quality — WebP out-compresses GIF on most images — while keeping alpha transparency available.

## Run it

- **Web (WebP preselected):** https://gizza.ai/tools/image-convert/?format=webp&quality=85
- **CLI:** `gizza tool image-convert 'url=https://example.com/input.gif' 'format=webp' 'quality=85'`
- **Parent tool docs:** https://gizza.ai/tools/image-convert/index.md
