JPG to PNG Converter

Re-save a JPG as a PNG when you need a lossless source for editing, or you want a format that supports transparency. The image stays on your device.

Drop JPG files here

or click to browse (multiple selection works)

Accepts: .jpg, .jpeg

Quick reminder on the two formats

JPG is lossy and small. Every time you save a JPG, you lose a little quality. PNG is lossless and bigger. It also supports transparency, which JPG doesn't. If you need to edit a photo without compounding the JPG damage, or if you need a clear background, PNG is the right destination.

How this works

About file size

The PNG will almost always be bigger than the JPG you started with. JPG was designed to be compact. The PNG is preserving every pixel the JPG decoder produced. It's not making the photo higher quality than the source. It's just preventing further loss.

Nothing leaves your browser

The conversion runs locally. Cut your internet after loading the page and it still works.

About the JPG format

JPEG was finalized in 1992 by the Joint Photographic Experts Group, the ISO/IEC committee that the format is named after. The .jpg extension is just the .jpeg short form Windows demanded back when filenames were limited to three-letter extensions. Internally, JPG uses discrete cosine transform compression — efficient for photographs, lossy by design, and every save discards a bit more data. JPG can't represent transparent pixels and struggles with sharp text or solid blocks of color. It's been the default photo format on basically every camera, phone, and website for three decades.

About the PNG format

PNG was created in 1995 and ratified by the W3C as a recommendation in 1996, originally to dodge the patent fees attached to GIF's LZW compression. It uses the same lossless DEFLATE algorithm that powers ZIP. PNG supports a full 8-bit alpha channel for transparency, multiple color depths up to 16 bits per channel, and gamma correction. It's the format of choice for screenshots, line art, logos, and anything you intend to edit further. Files are larger than JPG because nothing is thrown away.

When to use JPG to PNG (and when not to)

Useful when:

Skip the conversion if:

Common problems and how to fix them

Frequently asked questions

Are my photos uploaded?

No. The browser handles decode and encode. The Network tab in DevTools shows zero upload during a conversion.

Does PNG conversion improve quality?

No. It preserves the current quality. If the JPG was already heavily compressed, the PNG looks the same — it just won't degrade further.

How many files can I convert at once?

Hundreds on a desktop, dozens on a phone. RAM is the practical ceiling.

Will it work on mobile?

Yes. Tap the drop zone, choose photos from your library, the results download to your default location.

What if I have HEIC photos?

Use HEIC to PNG for those. This tool only accepts JPG.

What other formats can JPG become?

WEBP (much smaller, good for web) is available on this site. PNG and WEBP cover almost every "convert from JPG" case.

Related converters