How to Make a Transparent Background (PNG with No White)
A “transparent background” means the area around the subject is see-through instead of a color. The subject appears to float on whatever background you place behind it — a colored slide, a different photo, a website with various themes.
This requires a special file format and some image processing. Here’s how to do it.
You need PNG or WebP — JPG won’t work
First, the format constraint: JPG files don’t support transparency. Trying to “save a JPG with transparent background” is impossible — JPG always fills transparent areas with a color (usually white).
For transparent images, you need:
- PNG (most common; supported everywhere)
- WebP (more efficient; supported in modern browsers and apps)
- GIF (very limited support; only on/off transparency, no gradients)
- SVG (for vector graphics; transparent by default)
If you have a JPG you want to make transparent, you’ll convert to PNG as part of the process.
The fastest path: AI background removal
In 2026, AI tools handle background removal extremely well. They identify the subject and erase everything else. Free options:
Remove.bg: drag in your photo, get back a PNG with transparent background. Free for low resolution, paid for high resolution. Excellent for portraits, product photos, simple objects.
Adobe Express: free with Adobe account, high quality.
Canva: free version has limited bg removal; paid version unlimited.
Erase.bg and Pixlr: free alternatives, varying quality.
These tools work astonishingly well on:
- Portraits and faces
- Product shots against clean backgrounds
- Clear single subjects (a person, a dog, a chair)
- Logos and graphics with distinct edges
They struggle with:
- Complex hair details (wispy strands often get cut off)
- Transparent or translucent objects (glass, water)
- Objects that blend into the background (white shirt on white wall)
- Crowded scenes with overlapping subjects
For most “make this transparent” tasks, the AI tools nail it in seconds.
Why we don’t have AI background removal here
We’ve been asked about adding this feature. The honest answer: the best background-removal models (rembg, isnet-anime, BiRefNet) are excellent but their licensing terms (GNU AGPL or similar) require all software using them to also be AGPL — which would prevent us from operating other tools commercially. We’re tracking the field for a permissively-licensed alternative.
In the meantime, the third-party tools above are the recommendation.
What we offer for related work
Image Cropper: tightly crop to your subject before background removal for better AI results.
PNG to WebP: after getting the transparent PNG, convert to WebP for smaller file size (transparency preserved).
Image Compressor: PNG output from bg removers is often large — typically 5-10× the size of an equivalent JPG. Compress the result.
EXIF Stripper: bg-removed images may still carry the original photo’s EXIF; strip before sharing.
The manual approach (when AI fails)
If AI can’t handle your image (wispy hair, complex transparency, similar foreground/background colors), do it manually:
Photopea (free, browser-based, Photoshop-like): photopea.com
- Open your image
- Use the Magic Wand tool to select the background
- Press Delete to remove it
- Refine with the Lasso or Brush tools
- File → Export As → PNG with transparency
GIMP (free, desktop):
- Open image
- Layer → Transparency → Add Alpha Channel
- Select background with Fuzzy Select or Color Select tool
- Delete the selection
- File → Export As → PNG
Photoshop (paid): same workflow as Photopea but with more sophisticated edge refinement.
Manual selection is tedious but produces excellent results for tricky cases AI can’t handle.
Common use cases
Product photos for an online store: white-background images that float on any page color. Background removal makes a thousand product photos look like a unified catalog.
Logos on documents and slides: a transparent-background logo overlays cleanly on any color.
Profile pictures: circular or shaped profile photos with transparent backgrounds outside the shape.
Composite images: subject from one photo placed in front of a different background.
Web design: graphics that need to work on light and dark themes without an awkward visible rectangle.
Print materials: transparent backgrounds prevent unwanted white boxes around graphics on colored printed pages.
What “transparent” actually means
A transparent pixel is one with alpha = 0 — fully see-through. Semi-transparent pixels have alpha between 0 and 1 — partially see-through (used for soft edges, shadows, glass).
A “transparent PNG” can have:
- Hard edges: pixels are either fully transparent or fully opaque. Crisp but can look jagged.
- Soft edges with anti-aliasing: pixels near the subject’s edge are semi-transparent. Smoother visual integration with backgrounds.
AI tools usually produce soft edges by default. Manual selection tools default to hard edges; you’d add feathering for soft.
See our Alpha Channel guide for the technical deep-dive.
After getting a transparent image
Save the original transparent PNG as your master file.
For web use: convert to WebP with PNG to WebP for ~25-35% smaller files.
For print: keep as PNG; print software handles transparency reliably.
For social media: most platforms add their own background color to transparent uploads (Twitter/X uses dark gray, Instagram uses white). Test before relying on transparency.
For PDF embedding: PNGs with transparency place into PDFs cleanly via JPG/PNG to PDF (yes, despite the name, it handles PNG too).
Privacy when using third-party tools
Background removers upload your image. For sensitive content (people who haven’t consented to be in shared photos, internal product designs, confidential branding), this matters.
Self-hosted options (rembg installed locally, GIMP) don’t have this concern.
For everyday photos where privacy isn’t critical, the cloud bg removers are fine.
TL;DR
- Transparency requires PNG, WebP, or SVG — JPG doesn’t support it
- Easiest path: AI tools like Remove.bg, Adobe Express, Canva
- AI works great for portraits, products, clear subjects
- AI struggles with hair, transparency, similar colors
- Manual fallback: Photopea (browser, free), GIMP (desktop, free), Photoshop (paid)
- After: convert to WebP with PNG to WebP for smaller files; compress with Image Compressor if needed
- We don’t have built-in AI bg removal — licensing issues; tracking for a better answer