Convert JPG to PNG — Free JPG to PNG Converter
Free JPG to PNG conversion, batches included — everything runs on your device.
Converting a JPEG to PNG doesn't undo the JPEG. Whatever the first encoder discarded is gone for good, and PNG will now preserve those artifacts perfectly, usually in a considerably larger file. It's the right move when you need everything from this point on to be lossless, or when you need an alpha channel so you can cut a background out later. It's the wrong move if you're hoping the quality comes back.
How to Convert JPG to PNG
Select your JPG files
Drop images in — every common format works.
Convert to PNG
Runs automatically; open advanced settings to tune quality.
Download
Save files singly or as one ZIP.
Why Convert JPG to PNG?
Need to add transparency to a photo or preserve every pixel for editing? Converting JPG to PNG gives you a lossless format that supports alpha transparency. This is essential when you need to layer images in a design tool, remove backgrounds, or create graphics where sharp edges matter.
PNG stores every pixel without further compression loss. Once you convert a JPG to PNG, subsequent edits and saves will not degrade quality any further. This makes PNG the preferred format for design workflows, screenshots, and any image that will be edited multiple times.
LeanImg converts your JPG to PNG entirely in your browser — images never leave your device. No upload, no server processing, no privacy concerns. Just drop your files and download the results.
Note that converting JPG to PNG will not recover quality already lost during JPG compression. The resulting PNG will be a perfect copy of the JPG pixels, just stored losslessly. Want smaller files instead? Try JPG to WebP for modern web use.
What changes going from JPG to PNG
Going this way the quality slider disappears, because PNG has nothing to trade. The JPEG is decoded once, written as an 8-bit RGBA PNG and then passed through oxipng at level 3, which rearranges the compression without touching a pixel. The alpha channel it gains is fully opaque everywhere; it's there so an editor can start erasing a background straight away.
The browser applies the EXIF orientation flag while decoding, so a phone photo stored sideways comes out upright, and the new file has no flag left to honor. Everything else in the JPEG's metadata stays behind: camera model, capture time, GPS position and the embedded color profile. For a photo you're about to publish that's a privacy feature; for an archive it's a loss, so keep the original.
Expect the file to grow by a large factor. A PNG holds four bytes per pixel before deflate gets to work, and JPEG's 8x8 block noise is exactly the kind of data deflate struggles with, so a photograph that was a few hundred kilobytes routinely comes back as several megabytes. Nothing about the picture improves in exchange; the blocks and the softened colors are preserved faithfully. Do this to make an editing master or to get an alpha channel. Don't do it to a photo bound for a web page, where the bigger file buys you nothing a visitor can see.
JPG vs PNG
| Feature | JPG | PNG |
|---|---|---|
| File Size | Small (lossy) | Large (lossless) |
| Transparency | No | Yes (alpha channel) |
| Compression | Lossy | Lossless |
| Browser Support | Universal | Universal |
| Best For | Photos, web images | Graphics, editing |
| Quality Loss on Save | Yes (each save) | None |
What is a PNG file?
PNG became a W3C Recommendation in October 1996, designed after Unisys began enforcing the LZW patent that GIF relied on. It is lossless and only lossless: one compression method, deflate, applied after per-scanline filters. Every tool advertising a lossy PNG is really quantizing to a 256 color palette before writing an ordinary lossless PNG. Transparency comes in three grades: a real alpha channel at 8 or 16 bits, up to 256 alpha levels from a palette table, or a single keyed color.
| Released | 1996, W3C Recommendation. ISO/IEC 15948 since 2004 |
| Compression | Lossless only, deflate with per-scanline filters |
| Transparency | 8 or 16 bit alpha channel, a palette table or one keyed color |
| Animation | APNG, official only since the Third Edition in June 2025 |
| Color depth | Up to 16 bits per channel. Browser canvas APIs truncate that to 8 |
| MIME type | image/png |
How to open a PNG file
Nothing needs installing anywhere: Preview and Quick Look on macOS, Photos and Paint on Windows, and libpng as a base dependency on Linux mean GIMP, Krita and every GTK or Qt application read it. The interesting tools are the optimizers — optipng, oxipng and zopflipng rewrite the file losslessly, and LeanImg's compressor runs oxipng at optimization level 3 without ever changing a pixel.
Convert other formats to PNG
Convert JPG to other formats
Frequently Asked Questions
How to convert JPG to PNG?
Visit LeanImg in any browser and drop your JPG files into the converter. PNG versions are created instantly, right in your browser. It is completely free, needs no sign-up, and your images are never uploaded to a server. Batch conversion is supported for multiple files.
Is it safe to convert JPG to PNG online?
Absolutely. LeanImg runs entirely in your browser. Your images are never uploaded, never stored on any server, and never leave your device. The conversion uses WebAssembly codecs that process files locally. It is as safe as renaming a file on your desktop.
How to convert JPG to PNG on iPhone?
Open Safari on your iPhone and navigate to LeanImg. Tap the upload area to select your JPG photo from your camera roll. The PNG file will be created in seconds. No app to install — it works directly in your phone's browser.
Does converting JPG to PNG improve quality?
No. Converting JPG to PNG preserves the current quality but cannot recover detail lost during JPG compression. The benefit is that the PNG will not lose any more quality on subsequent saves, unlike JPG which degrades each time it is re-saved.