# Convert PNG to JPEG

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

PNG is the standard lossless web image: screenshots, UI graphics, logos and anything with sharp edges or transparency come out pixel-perfect.

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 PNG to JPEG is almost always about size: JPEG's photo-tuned lossy compression produces far smaller files than PNG 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.png' 'format=jpeg' 'quality=85'`
- **Parent tool docs:** https://gizza.ai/tools/image-convert/index.md
