MinifyPic

PNG to JPG

Convert PNGs to JPG and watch file sizes collapse — often by 80% or more. Ideal for shrinking screenshots and photos before emailing or uploading them.

FreeNo uploadBatch
Loading tool…

How it works

A compact workflow from input to download.

1

Add your PNG files

Drag and drop one or many PNG images onto the drop zone, or click to browse your device. Batch conversion is supported.

2

Pick your quality

Adjust the quality slider if you want a smaller file or a sharper JPG. The default is tuned to look identical to the original at a fraction of the size.

3

Download the JPG

Save each converted image individually, or download everything at once as a ZIP archive. Nothing is uploaded at any point.

Frequently asked questions

How much smaller will the JPG be?
For photographic images, dramatically smaller — reductions of 80 to 95 percent are routine, because JPG is built for photographs and PNG is not. For flat graphics and simple screenshots the saving is smaller, and occasionally a screenshot with very few colours will actually compress better as a PNG.
What happens to transparent areas?
JPG cannot store transparency, so transparent pixels are filled with white. If your PNG is a logo on a transparent background, the JPG will have a white rectangle behind it. When that matters, stay with PNG or convert to WebP.
What quality setting should I use?
The default sits around the sweet spot where the file is much smaller and the difference is invisible. Lower it further if you need to hit a strict upload size limit, and watch the preview — quality degrades gently at first and then quite suddenly.
Can I convert a whole folder at once?
Yes. Add all the files together, convert, and download them individually or as one ZIP.
Are my files uploaded to a server?
No. The conversion runs entirely inside your browser using JavaScript and the Canvas API. Your files never leave your device, are never uploaded, and are never stored — which also means the tool keeps working on files you would not be comfortable sending to a stranger's server.

Why the same picture is so much smaller as a JPG

The two formats compress in fundamentally different ways. PNG is lossless: it looks for exactly repeating patterns and stores them compactly, but it must be able to reconstruct every original pixel perfectly. In a photograph, almost no pixel exactly repeats — a clear sky is thousands of subtly different blues — so PNG finds very little to exploit and the file stays huge. JPG is lossy: it works in terms of visual frequency, keeping the broad shapes your eye latches onto and quietly discarding the fine variations it will not miss. That is a superb strategy for a photo and a poor one for a diagram, which is why photographs shrink so spectacularly and flat graphics sometimes do not.

The transparency trap

This is the single most common surprise in PNG to JPG conversion. JPG has no alpha channel — the format was designed for photographs, and photographs are opaque rectangles. When a PNG with transparent regions is converted, those regions must become some actual colour, and the near-universal convention is white. So the logo that floated cleanly on your website suddenly arrives with a white box around it, and on a dark slide that box is glaring. There is no setting that fixes this, because the limitation is in the format itself. If you need both transparency and a small file, WebP is the format that gives you both.