Skip to content

image guide

How to Convert PNG to JPG — Massive File Size Reduction, The Right Way

Converting PNG to JPG is the fastest way to slash file size: a 10 MB PNG photograph becomes a 1-2 MB JPG at quality 90, or a 500 KB JPG at quality 80. The catch: JPG has no transparency, so how you handle the background colour matters.

Updated September 22, 2026 · 20 questions answered

Key takeaways

  • Photographic PNGs shrink 75-90% as JPG at quality 85 with no visible difference.
  • Transparency is destroyed: choose the flattening colour deliberately — white is the default, not always the right call.
  • Quality 85 for everyday use, 95 for print masters, never below 60.
  • Screenshots and text belong in PNG or lossless WebP — JPEG smears edges and rings around glyphs.
  • The conversion is one-way: keep the PNG masters, treat JPGs as disposable delivery copies.

Why Convert PNG to JPG?

File size: the primary reason. A photographic PNG is 5-10× larger than the equivalent JPG at visually identical quality. For emailing, uploading to websites, fitting within cloud storage quotas, or preparing for print services that only accept JPG, this conversion is essential.

Compatibility: while PNG is universally supported, some older systems, legacy photo kiosks, and industrial software only accept JPG.

Upload limits: many web forms accept max 2-5 MB. A 12 MB PNG is rejected; a 1.5 MB JPG at quality 85 passes the limit and looks the same.

The Transparency Problem

JPG has no alpha channel. Converting a transparent PNG to JPG requires the converter to 'flatten' transparent pixels onto a solid background. Most tools default to white — which is usually correct for print and light-themed UIs. If your final image goes on a dark background, flatten to a dark or matching colour instead.

If the PNG has no transparency, the conversion is straightforward — no background decision needed.

Best practice: if you are unsure of the final background colour, flatten to white (the most common context) and let the user adjust at the point of use.

Optimal Quality Settings

Quality 95: near-lossless, 20-30% smaller than PNG. Use for archival or print prep.

Quality 85: visually identical for photographs, 75-85% smaller. Default for most uses.

Quality 75: very small, minor artefacts visible at 100% zoom. Acceptable for web where download speed is critical.

Quality below 60: visible blocking, ringing around edges. Avoid for photographic content.

For screenshots with text: PNG → JPG is a bad idea regardless of quality. Use lossless WebP or keep as PNG.

How to Convert (Methods Compared)

Browser-based (Collabs Tool): drop PNG, choose quality, download JPG. No upload, batch 20 files, transparency flattened to white. Best for privacy.

Desktop (Preview on Mac, Paint on Windows): one-at-a-time, works offline.

ImageMagick: magick input.png -background white -flatten -quality 85 output.jpg for transparent PNGs (the -background + -flatten controls the composite colour).

Photoshop: File → Export As → JPG → quality slider. Flatten when prompted.

Frequently asked questions

The questions people ask most about png to jpg: reduce file size by 80% (free, no upload), answered directly.

How do I convert PNG to JPG?

Use a browser-based converter: drop your PNG, choose quality (85 is ideal for photos), download the JPG. Collabs Tool handles up to 20 files at once, no upload required.

What happens to transparency when converting PNG to JPG?

JPG does not support transparency. Transparent areas are flattened onto a solid background colour — usually white. Choose a converter that lets you set the background colour for the flattening step.

Does PNG to JPG lose quality?

Yes — JPG is lossy. At quality 85, the loss is imperceptible for photographs. At quality 95+, virtually no loss. The file is smaller because some data is discarded. Going back from JPG to PNG does not recover it.

How much smaller is JPG than PNG?

For photographic content: 75-90% smaller at equivalent visual quality. A 10 MB PNG becomes a 500 KB-2 MB JPG depending on quality setting. For flat-colour graphics, the difference is smaller (20-40%).

Can I convert PNG to JPG without losing quality?

At quality 95-100, the loss is mathematically present but visually imperceptible. Truly lossless requires keeping PNG or converting to lossless WebP (26% smaller than PNG, zero quality loss).

Is it safe to convert PNG to JPG online?

Only if the converter runs in your browser without uploading. Services like CloudConvert upload your file. Browser-based tools keep it local.

Can I batch convert PNG to JPG?

Yes: Collabs Tool handles 20 simultaneously. ImageMagick handles unlimited batch with a single command.

Should I convert PNG to JPG for the web?

For photographs: better to convert to WebP (smaller than JPG at same quality, universally supported). Keep PNG for logos, icons, and images with transparency. JPG only if the target platform requires it.

How do I get a 10 MB PNG under 2 MB?

Convert to JPG at quality 85 with transparency flattened against your intended background. Photographic PNGs shrink 5-10× as JPG at visually identical quality, so the target drops below 2 MB in one pass. If the PNG is graphics with text rather than a photo, convert to lossless WebP instead — much smaller with zero loss.

What JPG quality should I actually use?

85 for general web and email — visually identical to the source for photographs and 75-85% smaller. 95 for print prep or archival masters. 75 when download speed is the hard constraint. Below 60, blocks appear in skies and skin tones; if you can see artefacts at full zoom, move up a setting rather than down.

Can I flatten a transparent PNG to a black background?

JPG stores no background, so the flattening colour is decided at conversion time and baked in. Desktop tools let you choose it (ImageMagick: `-background black -flatten`). If the final page colour is genuinely unknown, deliver the PNG — a black-flattened logo on a white site looks worse than either choice made deliberately.

Is PNG to JPG reversible?

No. JPEG discards high-frequency data on the way in, and converting back to PNG preserves the degraded pixels, not the originals. Keep your PNG masters for anything you might revisit, and treat every JPG as a disposable delivery copy.

Why does my JPG look worse than the PNG when I zoom in?

You are seeing JPEG compression: 8×8 block edges, ringing around high-contrast lines, smeared text anti-aliasing. They vanish at normal viewing distance and appear at 100%+ zoom. If your audience inspects at full size — artwork, documents, screenshots — stay lossless with PNG or lossless WebP.

What is progressive JPEG?

A JPG variant that renders in successive blurry passes instead of top-to-bottom, which feels faster on slow connections and often compresses slightly better. Most modern encoders emit progressive by default; the only caveats are some legacy software and the occasional image crawler handling it less reliably than baseline.

Does JPG support animation?

No — JPEG is single-frame. For animation use GIF (256 colours, universal, big files), animated WebP (better colour, far smaller), APNG, or video for anything long. An animated PNG should become animated WebP, never a JPG.

Does DPI matter when converting PNG to JPG?

No — DPI is a metadata label, not a pixel count; conversion never resamples. A 3000-pixel file prints at 10 inches at 300 DPI regardless of the number stamped in its header. Set the DPI for print-software convenience if you like; the pixels and the quality setting decide the actual output.

How do I keep text sharp through PNG to JPG?

Honestly: don't convert it. Text on flat backgrounds is JPEG's worst case — ringing around every glyph. If the image contains copy or UI, ship PNG or lossless WebP. If a JPG is unavoidable, use quality 95 and keep the text large enough that the artefacts shrink below notice at viewing size.

JPG or WebP for website photographs?

WebP — 25-35% smaller at visually equivalent quality, with 95%+ browser support. Serve it inside <picture> with a JPG fallback and you get the bytes without the compatibility tail risk. Keep JPG for email attachments, legacy systems and print workflows where universality beats size.

Can I batch convert PNGs to JPGs for free?

Yes. Collabs Tool runs 20 files per batch entirely in the browser with one shared quality setting. For unlimited volume, ImageMagick handles a whole folder in a single command (`magick mogrify -quality 85 -format jpg *.png`) — free, offline, no install limits.

Is it safe to convert personal photos with PNG to JPG online?

Only with a converter that processes in your own tab. Photos carry GPS coordinates and device metadata in EXIF, so uploading one to convert a format hands a stranger a small map of your life. A browser-based tool never receives the file, which makes the question of what it does with it moot.