# Convert JPG to PNG

Convert JPG to PNG right in your browser — free, private, nothing is uploaded. Get a lossless copy of every pixel.

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.

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

Converting JPG to PNG is about compatibility, not quality: PNG stores pixels losslessly and is accepted everywhere, so it's the format to reach for when an upload form or workflow strictly requires it. The JPG's compression artifacts, though, are already baked into the pixels.

## Run it

- **Web (PNG preselected):** https://gizza.ai/tools/image-convert/?format=png
- **CLI:** `gizza tool image-convert 'url=https://example.com/input.jpg' 'format=png'`
- **Parent tool docs:** https://gizza.ai/tools/image-convert/index.md
