tools.junyo.dev

convert PNG to JPG online

Convert PNG to JPG online: what happens to transparency

PNG to JPG is one of the most requested conversions — usually motivated by file size or system compatibility. The central technical limitation is that JPEG does not support an alpha channel (transparency). Any transparent area in the original PNG will be filled with solid white during conversion. If the image has no transparency, the conversion is straightforward and produces a significantly smaller file.

Why PNG is larger than JPG and when conversion makes sense

  • PNG stores each pixel with full precision (8 or 16 bits per channel). JPEG discards high-frequency color information imperceptible to the human eye. A 4 MB PNG photograph can be represented with equivalent quality in 400–800 KB as JPEG. The space saving is real and significant for photographic content.
  • Conversion does not make sense for: logos with transparency used over varied backgrounds; screenshots with sharp text (JPEG introduces visible artifacts on text edges); icons and rasterized vector illustrations where sharpness is critical.
  • For photographs without transparency — especially taken by camera or smartphone and exported as PNG — conversion to JPEG at 85–90% is safe and saves 70–85% of the size.

PNG to JPG: before and after

Camera photo exported as PNG

Input
PNG: 7,8 MB
Expected output
JPG 85%: ~1,1 MB (−86%)

Imperceptible visual difference. Conversion highly recommended.

Logo with transparency

Input
PNG com canal alfa: 45 KB
Expected output
JPG 90%: ~12 KB (fundo branco)

Transparency lost. Consider WebP if you need to keep the alpha channel.

Screenshot with text

Input
PNG: 320 KB
Expected output
JPG 85%: ~95 KB

Text may have light block artifacts. Prefer PNG for screenshots with sharp text.

Full tool FAQ

Transparency is filled with white, because the JPEG format does not support an alpha channel. If you need to preserve transparency, convert to PNG or WebP. The tool automatically warns you when this situation occurs.

Frequently asked questions

Does PNG to JPG conversion lose quality?

Yes, because JPEG is a lossy format. The amount of loss is controlled by the quality parameter. At 85–90% quality, degradation is imperceptible in photographs. However, for images with text, thin lines or solid color areas, artifacts may be visible.

Can I convert transparent PNG to JPG without a white background?

Not with JPEG — the format does not support transparency by specification. The alternative is to convert to WebP, which preserves the alpha channel and offers better compression than PNG. If the destination requires JPG with a specific background, white is the most compatible default.