# Convert WebP to JPEG

Convert WebP to JPEG right in your browser — free, private, nothing is uploaded. Small files for photos — set quality 1–100.

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.

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.

Converting WebP to JPEG is almost always about size: JPEG's photo-tuned lossy compression produces far smaller files than WebP for photographic content, and every app on earth opens the result.

## Run it

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