PNG to JPG

No upload · runs in your browser

Runs entirely in your browser, nothing is uploaded.

How it works

PNG to JPG: Choose the Colour Behind Transparency

Convert PNG to JPEG and pick the colour that replaces transparency, white unless you change it. Quality runs from 50% to 100%, starting at 90%.

What this does
  • Transparent pixels are composited onto a background colour you pick from a swatch
  • JPEG quality slider from 50% to 100%, set to 90% when the page loads
  • Semi-transparent edges blend into that colour instead of being covered by a flat block
  • Each image is tagged “Flattened” if it had transparency, with its old and new size
  • One PNG downloads on its own; two or more come back as png-to-jpg.zip
FAQ

JPEG has no alpha channel, so transparency cannot survive the conversion, every see-through pixel has to be painted with something before the file is encoded. This tool composites the image onto one solid colour, white unless you pick another from the swatch. The backdrop is painted underneath what is already drawn rather than over it, so a soft shadow or an anti-aliased edge blends into your chosen colour instead of being replaced by a hard block of it. If the transparency has to stay, keep the PNG or convert to WebP instead.

Keep going