Convert PNG to JPG — Free PNG to JPG Converter
Free PNG to JPG conversion, batches included — everything runs on your device.
PNG carries transparency and JPEG has none, so every transparent pixel has to become something. Ours become white. If your image is a logo sitting on a transparent background, that white is baked in from here, and WebP is the better target. The other thing to weigh is subject matter: JPEG throws away three quarters of the color resolution, which nobody notices on a photograph and everybody notices on a screenshot or a flat-color diagram.
How to Convert PNG to JPG
Select your PNG files
Drop images in — every common format works.
Convert to JPG
Runs automatically; open advanced settings to tune quality.
Download
Save files singly or as one ZIP.
Why Convert PNG to JPG?
PNG files are excellent for graphics and screenshots, but they create unnecessarily large files when used for photographs. Converting PNG photos to JPG typically reduces file size by 60–80% while maintaining visual quality that is virtually indistinguishable from the original. This makes images faster to upload, easier to share by email, and lighter on storage.
JPG uses lossy compression optimized for photographic content. Colors blend naturally and fine details are preserved at quality settings above 80. If your image has no transparency and is not a screenshot or line art, JPG is almost always the better choice for file size.
With LeanImg, your images never leave your device — conversion happens entirely in your browser. There is no server upload, no waiting for a round trip, and no privacy risk. Drop your files and download the result in seconds.
After converting, compress your JPG to squeeze out even more savings. Working with modern formats? Try PNG to WebP for the best of both worlds.
What changes going from PNG to JPG
The converter reads the PNG into raw pixels and blends every partially transparent pixel against white in proportion to its alpha before MozJPEG encodes it at quality 85, unless you move the slider. That blending step decides how a cut-out looks afterwards. Anti-aliased edges pick up a thin white fringe, and a soft drop shadow becomes a gray smudge on a white field. Fully opaque PNGs skip that stage untouched.
Two things leave the file for good. PNG text chunks, an embedded color profile and any other metadata don't carry across, because the encoder only ever sees pixels, so the output is an untagged image that viewers treat as sRGB. A 16-bit PNG also drops to 8 bits per channel on the way through the browser's canvas. The JPEG that comes out is progressive, so on a slow connection it paints a blurry full frame first and sharpens as the rest loads.
Photographs and anything with gradients shrink the most. Flat-color graphics shrink far less and start to show ringing around hard edges, especially where colored text sits on a plain background. Compatibility is a wash, since every browser and every app has opened both formats for decades, so file size is the only reason to make this trip. Don't do it to a screenshot you'll need to read closely, or to a file you'll keep editing and re-saving, because each JPEG save loses a little more. If you only need a smaller PNG, run it through the compressor instead and keep the alpha channel intact.
PNG vs JPG
| Feature | PNG | JPG |
|---|---|---|
| File Size | Large (lossless) | Small (lossy) |
| Transparency | Yes (alpha channel) | No |
| Compression | Lossless | Lossy |
| Browser Support | Universal | Universal |
| Best For | Graphics, screenshots | Photos, web images |
| Color Depth | Up to 48-bit | 24-bit |
What is a JPG file?
JPEG is the photographic standard the Joint Photographic Experts Group published in 1992, as ISO/IEC 10918-1 and ITU-T T.81. It cuts the image into 8x8 blocks, runs a discrete cosine transform over each one, then discards the coefficients your eye is least likely to miss — and almost every encoder throws away three quarters of the color resolution first, which is why colored text and thin diagram lines suffer. No JPEG mode has an alpha channel, so transparency has to be flattened onto a solid color.
| Released | 1992, as ISO/IEC 10918-1 and ITU-T T.81 |
| Compression | Lossy, 8x8 block DCT. The spec's lossless mode is effectively unused |
| Transparency | None, in any mode |
| Color depth | 8 bits per channel in baseline. 12-bit is legal and no browser reads it |
| MIME type | image/jpeg |
| Extensions | .jpg, .jpeg, .jfif |
How to open a JPG file
Every operating system opens a JPEG with no help at all: Preview, Photos and Quick Look on macOS, Photos and Paint on Windows, GIMP or Eye of GNOME on Linux, and every browser on every platform renders a .jpg inline. For scripted work, libjpeg-turbo ships cjpeg, djpeg and jpegtran, and jpegtran can rotate or crop without re-encoding on 8 pixel boundaries.
Convert other formats to JPG
Convert PNG to other formats
Frequently Asked Questions
How to convert PNG to JPG?
Open LeanImg in any browser, drop your PNG files into the converter, and download the JPG versions instantly. The entire process is free, requires no sign-up, and works without uploading your images to any server. You can convert multiple PNG files at once.
Is it safe to convert PNG to JPG online?
Yes. LeanImg processes images entirely in your browser using WebAssembly. Your files are never uploaded to a server, never stored anywhere, and never seen by anyone else. Close the tab and the data is gone. It is as private as editing files on your own computer.
How to convert PNG to JPG on Mac?
Open Safari, Chrome, or Firefox on your Mac and go to LeanImg. Drop your PNG files into the converter and download JPGs instantly. No app installation needed — it works in any modern browser on macOS, Windows, and Linux.
Does converting PNG to JPG reduce quality?
JPG uses lossy compression, so there is a small quality reduction. At the default quality of 85, the difference is nearly invisible to the human eye. For photos, this tradeoff is worth it because file sizes drop by 60–80%. You can adjust the quality slider for finer control.
Will I lose transparency when converting PNG to JPG?
Yes. JPG does not support transparency. Any transparent areas in your PNG will be filled with a white background. If you need to keep transparency, convert to WebP or AVIF instead, which support both transparency and smaller file sizes.