PNG to JPG
Convert PNG images to JPG for smaller files. Pick the background colour that replaces any transparency.
How to use PNG to JPG
- 1Add one or more PNG images.
- 2Choose the background colour used where the PNG is transparent — white is the usual choice.
- 3Set the JPEG quality.
- 4Download the results.
How it works
JPEG has no alpha channel, so transparency has to be resolved before encoding. The canvas is filled with your chosen colour and the PNG is drawn on top, which flattens transparent regions onto that background rather than leaving them black — which is what happens if the fill step is skipped.
For photographic content the size saving is large: a PNG photo converted at quality 85 typically lands at a fifth of the original. For flat graphics, logos and screenshots the saving is smaller and the artefacts more visible, so PNG is often the better format to keep.
Images are decoded by the browser, redrawn on a canvas and re-encoded on your own machine. Nothing is uploaded, so there is no waiting on a queue and no copy of your photos anywhere else.