Skip to content
Pixgrain

Convert PNG to JPG

Converts PNG images to JPG, usually to make them dramatically smaller. Transparent areas are filled with a colour you choose, because JPG has no alpha channel.

How to convert PNG to JPG

  1. Drop your PNG files into the box above, or click to browse. You can also paste with Ctrl+V.
  2. Adjust quality or resizing under Conversion settings if you need to. The defaults suit most photos.
  3. Conversion starts automatically and runs on your device — watch the progress bar for each file.
  4. Download files individually, or grab everything as a ZIP.

What changes when you convert PNG to JPG

This is the conversion where people most often get an unpleasant surprise, and it has one cause: JPEG has no alpha channel. Not a limited one — none at all. Every pixel in a JPEG is fully opaque by definition.

So when a PNG with transparency becomes a JPG, something must go behind the transparent pixels. Many converters silently use black, which is why logos exported this way so often arrive as white artwork on an ugly black rectangle. This tool defaults to white and lets you pick the colour in the settings above, because the right answer depends entirely on where the image is going.

The second change is the compression model. PNG is lossless: it encodes every pixel exactly, which is why a photographic PNG is enormous — it stores sensor noise with the same fidelity as the subject. JPEG analyses the image and discards detail the eye is unlikely to notice. For a photograph that trade is overwhelmingly worth it; an 11 MB PNG becomes a 0.9 MB JPG that looks identical.

For flat graphics the trade goes the other way. PNG was designed for exactly the content JPEG handles worst: sharp edges, text, large areas of one colour. Converting a screenshot to JPG makes it both blurrier and, quite often, larger. If you are looking at your output and wondering why the text looks smeared, this is why — JPEG stores colour at half resolution, and hard colour edges are the one thing that cannot survive that.

The third change is that quality is now a one-way door. PNG can be edited and resaved indefinitely with no degradation. Every JPEG save re-compresses already-compressed data, and the damage accumulates.

What is preserved

  • Pixel dimensions, exactly
  • Colour appearance for photographic content — the difference is invisible at quality 85 and above
  • Embedded ICC colour profiles, where present

What is lost

  • The alpha channel entirely — JPG has no way to store transparency
  • Lossless fidelity: every pixel is now an approximation, and it degrades further on each resave
  • Bit depths above 8 per channel, reduced to 8
  • PNG text chunks (tEXt/iTXt) holding titles, authors or software names
  • Sharpness of text and hard edges, which is where JPEG artefacts are most visible

What is altered

  • Transparent pixels are composited onto the matte colour — white by default, changeable in the settings above
  • Colour is stored at half resolution (chroma subsampling), which softens saturated edges

JPG support in browsers and operating systems

Checked on 2026-08-10. We re-verify this table every quarter.

PlatformSupport
Chromeall versions
Safariall versions
Firefoxall versions
Edgeall versions
iOSall versions
Androidall versions
Windowsall versions
macOSall versions

When not to convert PNG to JPG

Do not convert if the image needs transparency. There is no workaround — pick WebP, which is smaller than both and supports alpha, or keep the PNG.

Do not convert screenshots, UI mockups, diagrams, charts or anything containing text. These are the exact cases PNG exists for. JPEG will blur the edges and may well produce a larger file.

Do not convert if the PNG is a working file you will keep editing. Export a JPG at the end of the process, not in the middle.

If the goal is purely a smaller file and the destination is a web page, WebP beats JPG by roughly 25–30% at the same quality and keeps transparency. Convert to that instead unless you specifically need JPG's universal compatibility.

Frequently asked questions

Why did the transparent background turn black?

Because JPEG cannot store transparency, so something has to fill those pixels, and many converters default to black. This one defaults to white and lets you choose any colour under Conversion settings. Pick the colour of the background the image will sit on, or convert to WebP instead and keep the transparency.

Why is my JPG bigger than the PNG?

Almost certainly because the source is a screenshot or flat graphic rather than a photograph. PNG compresses large areas of identical colour extremely well; JPEG does not, and it adds artefacts around every sharp edge. For that kind of image PNG is both smaller and better — the conversion is the wrong move.

What quality setting should I use?

For photographs headed to a screen, 80–85 gives no visible artefacts at a third of the size of quality 95. Use 95 for print or archiving. Below 70 the 8×8 block structure starts appearing in skies, skin tones and other smooth gradients.

Can I convert back to PNG afterwards to recover the quality?

No. Converting JPG back to PNG produces a lossless copy of the already-degraded image — the discarded detail is gone permanently, and the file becomes large again without becoming better. Keep the original PNG if you may need it.

Does this remove metadata from my image?

PNG text chunks are dropped, since JPEG stores metadata differently. Where the PNG carries an ICC colour profile it is preserved. If the PNG came from a camera or phone via another conversion it may hold EXIF, which you can strip by turning off "Keep EXIF metadata" above.