Skip to content
ToolBoxGeniehome

PNG to JPG

Image Tools · Updated

Going from PNG to JPG is where the file gets dramatically smaller and where two decisions have to be made. JPEG is lossy, so you choose how much detail to trade for size; and JPEG has no alpha channel, so every transparent pixel has to become some actual colour. Both choices are yours here, and both are permanent in the file that comes out.

Or drop files onto this box.

Up to 10 files, 30.00 MB each. They are read and converted on your device — nothing is uploaded.

85

85 is a good default. Above about 95 the file grows quickly for a difference few people can see; below about 60 the blocking around sharp edges becomes obvious.

#ffffff

JPEG cannot store transparency, so anything see-through has to be filled with a colour. This choice is permanent in the output file.

How to use the png to jpg

  1. 1Choose your PNG files, or drop them onto the box.
  2. 2Set the JPEG quality. Eighty-five is a sensible default; the note under the slider explains what happens above and below it.
  3. 3Pick the colour for transparent areas. White suits most documents; match your page background if the image will sit on one.
  4. 4Check the size comparison — a large reduction is the normal outcome.
  5. 5Download each file. Keep the PNGs: this conversion cannot be reversed by converting back.

Examples

A screenshot for email

Input
A 3.4 MB PNG screenshot at quality 85
Result
About 320 KB

A tenfold reduction. Look closely at the text afterwards — JPEG puts faint halos around sharp black-on-white edges, which is the trade being made.

A logo with a transparent background

Input
A PNG logo, background set to white
Result
A JPG with the logo on a solid white rectangle

The transparency is gone for good. Placed on a coloured page, that white box will show — which is the reason the colour picker is there.

The same image at two qualities

Input
One PNG converted at 95 and again at 60
Result
Roughly three times the file size at 95, for a difference most people cannot see

The size curve steepens sharply above about 90 while the visible gain flattens, which is why 85 is the usual recommendation.

About the png to jpg

The two things JPEG cannot do

JPEG is a superb format for photographs and it has two hard limitations that matter every time a PNG is converted into one. It cannot store transparency, and it cannot store anything exactly.

The transparency problem is absolute rather than a quality setting. A PNG's alpha channel records how see-through each pixel is; JPEG has nowhere to put that, so the image must be flattened onto a background before encoding. This is a genuine decision, not a technicality — a logo flattened onto white looks correct on a white page and wrong on every other one, and there is no way to change it afterwards without going back to the PNG.

The lossy part is the trade JPEG exists to make. It converts the image into frequency components and discards the ones the eye is least sensitive to, which is why a photograph compresses ten to one with no visible difference. The same mechanism is what damages text and line art: a hard black-on-white edge is made of exactly the high-frequency information JPEG is designed to throw away, which is why converted screenshots acquire faint halos around their letters.

Choosing a quality setting

The quality slider is not a percentage of anything visible. It sets how aggressively the encoder quantises those frequency components, and the relationship between the number and the file size is steeply non-linear. Between 90 and 100 the file can double for a difference that is invisible on a screen; between 70 and 85 the size moves modestly and the image stays clean; below about 60 the eight-by-eight blocks JPEG works in start to become visible, first around edges and then everywhere.

What content you are converting matters as much as the number. Photographs tolerate aggressive compression well, because the detail being discarded is buried in texture. Flat colour, screenshots, charts and anything containing text degrade visibly much sooner, and are often better left as PNG — the size comparison on this page will usually make that obvious by showing little or no saving.

One habit worth keeping: convert once, at the end. Every JPEG save re-quantises the image, so an edit-save-edit-save cycle in JPEG accumulates damage that never appears in a single conversion. Keep the PNG as the working copy and produce the JPEG when you need to send or publish it.

Frequently asked questions

What happens to transparent areas?
They are filled with the colour you choose, before the image is encoded. JPEG has no alpha channel at all, so there is no option to keep transparency — something has to go behind it. If no colour is filled in first, transparent pixels come out black, which is why this tool asks rather than defaulting silently. White is the usual choice; match the background the image will sit on if you know it.
What quality should I use?
Eighty-five is the general-purpose answer and what this tool starts at. Above about 95 the file grows steeply for a difference few people can see on a screen. Below about 60, blocking around sharp edges becomes obvious, especially on text and flat colour. If the image is going to be edited again afterwards, work from the PNG and convert at the end — each JPEG save loses a little more.
Why did my file get bigger instead of smaller?
It happens with simple graphics. A PNG of a flat-colour diagram may already be tiny, and JPEG is poorly suited to that kind of content — it approximates smooth gradients efficiently and struggles with hard edges. If the size comparison shows an increase, the PNG was the better format for that image and the conversion is not worth making.
Can I convert back to PNG later?
You can convert the file, but you cannot recover what was lost. The JPEG encoder discards detail permanently, and converting the result back to PNG preserves the reduced version exactly rather than restoring the original. Keep the PNG if there is any chance you will need the full-quality image again.
Is anything uploaded?
Nothing. Your browser reads the file, draws it to a canvas, applies the background fill and encodes the JPEG locally. No image data is transmitted, received or stored by this site. Advertising on the site does set cookies, which is a separate matter covered in the privacy policy.