# Convert JPG to WebP

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

JPEG is the default format for photographs — lossy compression tuned for natural images keeps files small, and support is universal. It has no alpha channel, so transparency is always flattened.

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 JPG to WebP usually cuts file size at the same visual quality — WebP out-compresses JPG 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.jpg' 'format=webp' 'quality=85'`
- **Parent tool docs:** https://gizza.ai/tools/image-convert/index.md
