JPG → PNG

Convert JPG images to PNG in your browser

This conversion is worth understanding before you use it. PNG is lossless, but converting a JPG to PNG cannot recover detail that JPG compression already discarded. What you get is a lossless container holding the same slightly degraded pixels, usually at several times the file size. That is genuinely useful in some workflows and pointless in others.

How to use it

  1. Upload your JPG by dropping it on the upload area or pressing Enter to browse.
  2. Adjust output dimensions if you need a different size. PNG output is always lossless, so there is no quality slider.
  3. Convert the file and compare the resulting size, which will typically be larger.
  4. Download the PNG.

Frequently asked questions

Will converting to PNG improve my image quality?

No, and this is the most common misunderstanding about this conversion. JPG has already thrown detail away permanently. PNG will preserve exactly what is left without degrading it further, but it cannot reconstruct what was lost.

Then when is this conversion actually worth doing?

When you are about to edit and re-save an image repeatedly, because each JPG save degrades it further while PNG saves do not. Also when a tool or platform requires PNG specifically, or when you plan to add transparency to the image afterwards.

Why did my file get so much bigger?

PNG stores every pixel exactly, including the compression artefacts JPG introduced. Photographic content has no large flat areas for PNG to compress, so a three to eight times size increase is normal and expected.

Does the converted PNG have a transparent background?

No. The source JPG has no transparency to preserve, so the PNG is fully opaque. It does support alpha, so you can add transparency in an image editor afterwards.