Convert PNG to JPG

Free, in your browser — your image never leaves you. Transparent areas become white.

or drop the image here

RoundCut converts PNG to JPG entirely in your browser using the platform's native image encoder. The file is never uploaded. Transparent areas of the PNG are flattened to white in the JPG, since JPG does not support transparency. The output is typically 30 to 50 percent smaller than the original PNG at near-lossless quality for photographs.

How to convert PNG to JPG

Drop a PNG file on the upload area (or click to pick one). The conversion runs the moment the file lands — there is no "Convert" button to chase. When the result is ready, the stats line shows the input and output size, and the Download button saves the JPG to your device.

What happens to transparent areas?

JPG has no alpha channel, so any transparent pixel in your PNG must be replaced by a solid color. The conversion flattens transparency to white. If you need a different background color, paint it onto the PNG in your editor before converting — or keep the PNG and place it over the destination background directly.

PNG or JPG — when to use each

Keep PNG for logos, icons, screenshots with sharp text, line art, anything with transparency or that you will edit again. Switch to JPG for photographs, hero images on a webpage, anything destined for social platforms that recompress JPG anyway. JPG files are typically 30–50 percent smaller than the equivalent PNG, which matters for page-load speed.

Quality and file size

The JPG output is encoded at a near-lossless setting tuned for photographs — visually indistinguishable from the source PNG to the naked eye, and typically 30 to 50 percent smaller than the original. Graphics with sharp edges, fine text, or hard color transitions may show subtle JPG artifacts at any quality setting; for those cases the PNG itself is the right format and converting is a downgrade. There is no quality slider — the chosen setting is what every conversion uses.

Your privacy

The conversion runs in the browser's native image engine. Nothing is uploaded, nothing is logged, nothing is queued on a server. If you open DevTools and watch the Network panel while you convert, you will see zero outbound image requests. The same code path runs on every browser — there is no server fallback.

Frequently asked questions

Does converting PNG to JPG reduce quality?

Yes — JPG uses lossy compression. The encoder is tuned to a near-lossless setting, so for photographs the result is visually indistinguishable from the source PNG. Graphics with sharp edges, fine text, or solid color blocks may show subtle artifacts no matter the setting; for those, stay on PNG. If you may need to edit again, keep the original PNG and treat the JPG as the export.

What happens to transparent areas when I convert PNG to JPG?

JPG does not support transparency. The conversion flattens transparent pixels to white. If you need a non-white background, paint the color onto your PNG in an editor before converting, or keep the PNG so the transparency stays available.

Does the conversion remove metadata (EXIF)?

Yes. The encoder strips EXIF, IPTC, and XMP metadata. ICC color profile is sometimes preserved (depends on the browser), so the result is sRGB-safe but other profiles are not guaranteed. If you need EXIF intact, use a dedicated metadata editor before or after converting.

Is it safe to convert here? Does my image get uploaded?

Your file never leaves your browser. The conversion runs entirely on your device using the platform image engine — no upload, no server, no data collection. You can verify it with DevTools open: there are zero outbound image requests during conversion.

Can I convert multiple PNG files to JPG at once?

Not yet — the current version converts one file at a time. Batch conversion is planned for a later release.

Can I pick the JPG quality?

Not in this tool — the encoder uses a single near-lossless setting that matches what photographers and the web expect. If you need a much smaller file for thumbnails, or a much larger one for print, use a dedicated compress tool after the conversion (or before, if you also want to resize).