PNG to JPG
Much smaller files — when the image is a photograph.
Nothing is uploaded
Drop files here, or click to choose
Accepts PNG. No size limit, no sign-up.
PNG keeps every pixel exactly as it was, which is wonderful for accuracy and terrible for file size on photographs. Converting to JPG usually cuts the size dramatically.
The difference in one sentence
PNG is lossless: it reconstructs the original pixels perfectly, and it can store transparency. JPG is lossy: it discards information the eye is unlikely to miss, cannot store transparency, and is far more efficient on continuous-tone images such as photographs.
Neither is better in general. They are good at different things, and the right choice depends entirely on what the image contains.
When this conversion is a clear win
Photographs. A camera image saved as PNG is often several times larger than the same image as a high-quality JPG, with no visible benefit, because lossless compression has almost nothing repeatable to exploit in natural photographic noise.
This situation is common when a photo has passed through an editor or a screenshot tool that defaults to PNG. Converting recovers most of that wasted space immediately.
When you should not convert
Screenshots, diagrams, logos, line art, and anything containing text. JPEG cannot represent hard edges cleanly and will surround letters with visible ringing artefacts no matter how high the quality is set. PNG is both smaller and sharper for this kind of content.
Images with transparency. JPG has no alpha channel, so a transparent background will be filled with solid colour. If the transparency matters, keep the PNG or use WebP, which supports both good compression and an alpha channel.
Local, unlimited, no account
PNG decoding is native to your browser. Breezo reads the file with it and re-encodes as JPEG using MozJPEG compiled to WebAssembly, all inside the tab.
Because nothing is transferred, none of the usual restrictions apply — no 15 MB cap, no two-tasks-per-hour throttle, no watermark, no sign-up. Confirm it in DevTools while converting.
Frequently asked questions
Will the file definitely get smaller?
For photographs, almost always and often dramatically. For screenshots and images with large flat areas or text, the JPG can be larger than the PNG.
What happens to a transparent background?
JPG cannot store transparency, so transparent areas are filled with solid colour. Keep the PNG or use WebP if you need the transparency.
Is the quality loss reversible?
No. JPEG compression permanently discards data. Converting the result back to PNG only makes the file larger — it cannot restore what was removed.
Which quality setting should I choose?
The default 85 is a good balance for photographs. Use 90 or above if the image will be printed or edited further.
Is my file uploaded?
No. The conversion runs entirely in your browser. Nothing is transmitted to us at any point.
Other tools
- JPG to PDFPhotos in, one PDF out — without uploading anything.
- PDF to JPGEvery page becomes an image, at the resolution you pick.
- PDF to PNGLossless pages, transparency kept.
- Merge PDFSeveral documents in, one document out.
- Split PDFOne file per page, without handing the document over.
- HEIC to JPGYour photos never leave your device.
- Compress ImageSmaller files, without handing them over.
- WebP to JPGFor every program that still refuses to open .webp.
- JPG to PNGLossless from here on — but read this first.
- HEIC to PNGWhen you need transparency or a lossless copy.
- JPG to WebPMeaningfully smaller at the same quality setting.
- PNG to WebPThe only common target that keeps transparency and gets small.
- WebP to PNGFor transparency plus software that will not open .webp.
- AVIF to JPGThe newest format, converted to the one everything reads.
- AVIF to PNGWhen the AVIF has transparency you cannot afford to lose.
- GIF to PNGOut of 256 colours and 1-bit transparency.
- BMP to JPGBMP stores every pixel raw. The savings are enormous.
- SVG to PNGVector to pixels — a one-way trip, so choose the size well.
- Compress JPGMozJPEG, running on your own processor.
- Compress PNGGenuinely lossless. Not a palette reduction in disguise.
- Compress WebPAlready the efficient format — squeeze it further.
- QR Code GeneratorStatic codes. No redirect, no tracking, no expiry.
- Word CounterCounts CJK properly. Your text never leaves the page.