Skip to content
← Articles

PNG to JPG: What Happens to Transparency and Image Quality?

Learn what happens when you convert PNG to JPG, including transparency flattening, lossy compression, file size and image quality.

ReFormatic ·

Quick answer

When you convert PNG to JPG, transparency cannot be preserved as a normal JPEG alpha channel, so transparent areas must be flattened onto a background. PNG is lossless, while ordinary JPEG compression is lossy, so the JPG may be smaller but can introduce compression artifacts. Photographs often convert well; logos, text and screenshots may not.

PNG and JPG optimize for different kinds of images

PNG is a lossless raster format.

The W3C PNG specification supports alpha transparency.

JPEG is widely used for lossy photographic compression.

That makes PNG and JPG useful for different jobs.

What happens to transparent pixels?

Suppose a PNG contains a product cutout on a transparent background.

The transparent area has no fixed visible color. It reveals whatever is behind it.

A standard JPG output cannot keep that alpha transparency.

Before the file becomes JPG, the transparent pixels therefore have to be composited against a background color.

Common choices are:

  • white;
  • black;
  • a custom color.

If the converter chooses white and you expected transparency, the JPG may look like the image suddenly gained a white box.

That is expected format behavior, not necessarily a converter bug.

Can I make the JPG transparent later?

Not without creating new transparency information in another format.

You could remove the background again and save the result as PNG, WebP or another format that supports alpha transparency.

But the JPG itself is not the right final container when transparency is required.

Does PNG to JPG reduce quality?

Usually there is at least a potential quality change because ordinary JPEG encoding is lossy.

How visible it is depends on:

  • quality setting;
  • content;
  • number of previous compressions;
  • image size;
  • encoder.

A photograph can look almost identical at a sensible JPEG setting while becoming much smaller.

A screenshot with small text may show artifacts much sooner.

Why are photos often smaller as JPG?

Photographs contain continuous tones and complex natural texture.

Lossy JPEG compression is designed for that type of content.

PNG preserves image information losslessly, which can make photographic PNG files much larger.

So for a photo without transparency, converting PNG to JPG can be a reasonable optimization.

Why can screenshots look worse?

Screenshots often contain:

  • crisp text;
  • one-pixel lines;
  • icons;
  • flat-color regions.

Lossy compression around sharp boundaries can create visible ringing, blocks or colored noise.

PNG is often a better choice for this material.

Lossless WebP is another option where compatible.

Will the dimensions change?

Not unless the converter also resizes the image.

A 2000 × 1000 PNG can become a 2000 × 1000 JPG.

Format conversion and resizing are separate operations.

Check width and height settings before exporting.

What happens to metadata?

Metadata behavior depends on the converter.

Some tools preserve metadata, some remove it, and some preserve only selected fields.

If privacy matters, do not assume PNG → JPG automatically removes hidden information.

Choose metadata behavior deliberately.

Should I convert a logo from PNG to JPG?

Usually not if:

  • the logo needs transparency;
  • the logo has sharp text/edges;
  • it will be reused on different backgrounds.

Keep the PNG or, even better, use the original vector asset such as SVG when available.

Should I convert a photographic PNG to JPG?

Often yes if:

  • transparency is not needed;
  • smaller size is useful;
  • the destination accepts JPG;
  • slight lossy compression is acceptable.

Keep the source PNG if it is an important original.

ReFormatic workflow

  1. Open PNG to JPG.
  2. Add the PNG.
  3. If it contains transparency, choose the background color.
  4. Set JPEG quality.
  5. Keep the original dimensions unless resizing is intentional.
  6. Choose metadata handling.
  7. Convert.
  8. Inspect edges, text and transparent areas in the JPG.

Bottom line

PNG → JPG is not simply changing a filename.

You are moving from a lossless format that can represent alpha transparency to a widely compatible, normally lossy photographic format without the same transparency behavior.

It is a good conversion for the right image and a poor conversion for the wrong one.

Try it with ReFormatic

Open the related tool

PNG to JPG: What Happens to Transparency and Image Quality? · ReFormatic