Back to Blog
EnglishUS, UK, AU
Article
pngjpegwebpexporttransparencyimage formats

PNG vs JPEG vs WebP: The Only Export Rules You Need for Cutouts

SimplyPNG
11 min read
PNG vs JPEG vs WebP: The Only Export Rules You Need for Cutouts

The One Rule

If you need transparency, don't export as JPEG. That's the most important thing to remember. The rest is optimization.


Introduction

Choosing between PNG, JPEG, and WebP shouldn't require understanding compression algorithms. You just need to know which format works for your use case.

This guide gives you:

  • A simple decision tree
  • Copy-paste export presets
  • What goes wrong with each format (and how to avoid it)

Quick Decision: Which Format?

NeedUseWhy
Transparent backgroundPNG or WebPJPEG doesn't support transparency
Marketplace listingJPEG (white bg)Smaller files, universal support
Web graphics/logosPNG or WebPTransparency + sharp edges
Maximum compressionWebP25-34% smaller than JPEG, 26% smaller than PNG
Universal compatibilityPNG or JPEGWebP has good but not 100% support

Bottom line: Use PNG for transparent cutouts, JPEG for white-background marketplace photos, WebP when file size matters and you can provide fallbacks.


PNG: The Transparent Default

PNG (Portable Network Graphics) uses lossless compression and supports full alpha transparency.

When to Use PNG

  • Cutouts with transparent backgrounds
  • Logos, icons, graphics
  • Images where edge quality matters
  • When you'll edit the image again later

PNG Specifications

PropertyValue
CompressionLossless
TransparencyFull alpha channel (256 levels)
Color depthUp to 48-bit (16 bits per channel)
Typical file size2-10× larger than JPEG
Browser supportUniversal (all browsers since 1990s)

PNG Strengths

  • No quality loss — Export as many times as you want
  • Perfect edges — No compression artifacts around cutout edges
  • Full transparency — Smooth anti-aliased edges against any background

PNG Weaknesses

  • Large file sizes — Lossless = more data
  • Overkill for photos — Photos don't need lossless precision

Source: MDN Image Format Guide, W3C PNG Specification


JPEG: When White Backgrounds Are Fine

JPEG uses lossy compression and does not support transparency.

When to Use JPEG

  • Marketplace listings with white backgrounds (eBay, Amazon, Etsy)
  • Product photos where transparency isn't needed
  • When file size matters more than edge precision
  • Photographs (gradual tones compress well)

JPEG Specifications

PropertyValue
CompressionLossy (DCT-based)
TransparencyNot supported
Color depth24-bit (8 bits per channel)
Typical file sizeSmallest for photos
Browser supportUniversal

JPEG Strengths

  • Small file sizes — Great for web performance
  • Photos compress well — Gradual color transitions hide compression
  • Universal support — Works everywhere, no fallbacks needed

JPEG Weaknesses

  • No transparency — Background becomes white (or another solid color)
  • Lossy quality loss — Each save degrades the image
  • Edge artifacts — Sharp edges show compression artifacts

JPEG Artifacts Explained

JPEG compression causes visible problems, especially around sharp edges:

ArtifactDescriptionWhere It Appears
BlockingVisible 8×8 pixel gridFlat color areas
RingingHalos around sharp edgesAround text, cutout edges
Mosquito noiseShimmering dots near edgesHigh-contrast boundaries
PosterizationBanding in gradientsSmooth color transitions

These artifacts are why JPEG is poor for cutouts — the sharp edge between subject and background shows ringing and mosquito noise.

Source: Wikipedia: Compression Artifact


WebP: The Best of Both Worlds

WebP supports both lossy and lossless compression with full transparency.

When to Use WebP

  • Web graphics where file size matters
  • Transparent cutouts for modern websites
  • When you control the delivery (can provide fallbacks)
  • Animated images (alternative to GIF)

WebP Specifications

PropertyValue
CompressionLossy OR lossless (your choice)
TransparencyFull alpha channel (lossy and lossless)
Color depth24-bit + 8-bit alpha
File size vs PNG26% smaller (lossless)
File size vs JPEG25-34% smaller (lossy, same quality)
Browser supportChrome, Safari, Firefox, Edge, Opera

WebP Strengths

  • Transparency + small files — Lossy WebP with alpha is 3× smaller than PNG
  • Best compression — Smaller than both JPEG and PNG
  • Versatile — One format for photos AND graphics

WebP Weaknesses

  • Not universal — Old browsers don't support it (IE11, older Safari)
  • Editing software — Some tools don't handle WebP well
  • Fallbacks required — Need PNG/JPEG backup for full compatibility

Source: Google WebP Documentation, web.dev WebP Guide


Format Comparison Table

FeaturePNGJPEGWebP
Transparency✅ Full alpha❌ None✅ Full alpha
CompressionLosslessLossyBoth
Edge qualityExcellentArtifactsExcellent
File sizeLargeSmallSmallest
PhotosOverkillBestBetter
Graphics/logosBestPoorGreat
Browser supportUniversalUniversal~97% global
Editing workflowBestDegradesLimited

Export Presets

Copy these settings for consistent exports:

Preset 1: Marketplace Listing (White Background)

Use for: eBay, Amazon, Etsy, Shopify

SettingValue
FormatJPEG
Quality85-90%
BackgroundWhite (#FFFFFF)
Size2000 × 2000px
Color spacesRGB

Why JPEG: Marketplaces expect white backgrounds anyway. JPEG gives smaller files with no transparency needed.

Preset 2: Transparent Cutout (Web Use)

Use for: Website graphics, overlays, compositing

SettingValue
FormatPNG (or WebP with PNG fallback)
CompressionLossless
BackgroundTransparent
SizeOriginal or 2000px max
Color spacesRGB

Why PNG: Universal support, perfect edges, no quality loss.

Preset 3: Transparent Cutout (Optimized)

Use for: Modern websites prioritizing performance

SettingValue
FormatWebP (lossy with alpha)
Quality85%
BackgroundTransparent
SizeAs needed
FallbackPNG

Why WebP: 3× smaller than PNG with transparency. Use <picture> element for fallback.

Preset 4: Thumbnail/Preview

Use for: Gallery thumbnails, previews, social sharing

SettingValue
FormatJPEG or WebP
Quality75-80%
BackgroundWhite or brand color
Size400 × 400px or 800 × 800px
Color spacesRGB

Why lower quality: Thumbnails are small — compression artifacts aren't visible.


Common Pitfalls (And Fixes)

Problem 1: "My PNG is huge!"

Cause: PNG uses lossless compression, which preserves all data.

Fixes:

  • Use WebP for web (26% smaller, same quality)
  • Compress with tools like TinyPNG (reduces colors, still looks good)
  • Reduce dimensions if original is oversized
  • For solid backgrounds, JPEG is smaller

Problem 2: "Edges look terrible in JPEG"

Cause: JPEG compression creates artifacts around high-contrast edges.

Fixes:

  • Use PNG or WebP for cutouts
  • If JPEG is required, increase quality to 90%+
  • Add slight blur to edges before export (reduces visible artifacts)
  • For marketplace listings, the white background masks some issues

Problem 3: "WebP doesn't work for some users"

Cause: ~3% of global users have browsers that don't support WebP.

Fix: Use the HTML <picture> element for automatic fallback:

html
<picture>
<source srcset="image.webp" type="image/webp">
<img src="image.png" alt="Product photo">
</picture>

Problem 4: "Colors look different after export"

Cause: Color space mismatch (Adobe RGB vs sRGB).

Fix: Always convert to sRGB for web. Most browsers assume sRGB — other color spaces display incorrectly.

Problem 5: "Halos around my cutout edges"

Cause: Original image had colored background that blended with edges.

Fixes:


The Bottom Line

SituationFormatPreset
Need transparencyPNG or WebPPreset 2 or 3
Marketplace listingJPEGPreset 1
Web performance priorityWebPPreset 3
Maximum compatibilityPNGPreset 2
ThumbnailsJPEG or WebPPreset 4

Default recommendation: Export as PNG for transparency, JPEG for white-background marketplace photos. Use WebP when you need smaller files and can provide fallbacks.


FAQ

Frequently Asked Questions

Yes. WebP supports full alpha channel transparency in both lossy and lossless modes. Lossy WebP with transparency is typically 3× smaller than PNG. This is one of WebP's key advantages — you get smaller files without sacrificing transparency.
PNG uses lossless compression, which means it preserves every pixel exactly. For photos or complex images, this results in large files. Solutions: (1) Use WebP instead (26% smaller), (2) Use PNG compression tools like TinyPNG, (3) If you don't need transparency, use JPEG, (4) Reduce the image dimensions.
Use PNG when: (1) You need 100% browser compatibility (WebP doesn't work in IE11 or very old Safari), (2) You're editing the image in software that doesn't support WebP, (3) You're archiving images for future editing (PNG is a more established standard), (4) The recipient specifically needs PNG format.
JPEG uses lossy compression that works poorly on sharp edges. The compression algorithm (DCT) creates 'ringing' artifacts — visible halos around high-contrast edges. This is especially noticeable around cutout edges where the subject meets the background. For clean edges, use PNG or WebP instead.
For marketplace listings: 85-90% quality balances file size and visual quality. For thumbnails: 75-80% is fine since artifacts aren't visible at small sizes. Below 70%: visible blocking and artifacts. Above 95%: diminishing returns, file size increases significantly with minimal visual improvement.

Related Articles:


Last Updated: February 4, 2026
Author: SimplyPNG
Tags: #png #jpeg #webp #export #transparency

Sources:

Ready to remove backgrounds?

Try SimplyPNG's AI-powered background removal tool for free. No signup required!

Try SimplyPNG Free →