Guide · Updated September 2026
Transparent PNGs: What They Are and How to Make One
Transparency is the reason background removal exists. Here is how the PNG alpha channel works, when to use it, and how to avoid the classic mistakes.
What a transparent PNG is
A PNG image can store four channels per pixel: red, green, blue, and alpha. The alpha channel records opacity — 100% for a solid pixel, 0% for a fully transparent one, and everything in between for soft edges like hair or shadows. When you "remove a background," you are really setting the background pixels' alpha to zero.
Partial transparency is what makes a good cutout look natural: a one-pixel hard edge looks pasted-on, while a soft alpha gradient blends the subject into any new backdrop.
The checkerboard pattern, explained
Image editors show transparency as a gray-and-white checkerboard because transparency itself is invisible — the pattern is just a visual convention meaning "nothing here." If your downloaded file shows a checkerboard when you open it, something went wrong: a real transparent PNG shows whatever is behind it (your viewer's background), never a baked-in pattern.
How to make one from a photo
- Open the Deback background remover.
- Upload your JPEG, PNG, or WebP photo.
- Let the on-device AI separate the subject.
- Preview the cutout on the checkerboard preview, then click Download transparent PNG.
The downloaded file keeps its alpha channel, so it composites cleanly in Canva, Photoshop, Google Slides, or any editor that understands transparency.
PNG vs. JPEG vs. WebP
| Format | Transparency | Best for |
|---|---|---|
| PNG | Yes, full alpha | Cutouts, logos, anything needing transparency |
| JPEG | No | Photos where file size matters and transparency doesn't |
| WebP | Yes | Web use — smaller files, but less universal editor support |
Rule of thumb: master copy as PNG, delivery format as whatever your destination needs.
Common gotchas
- Converting JPEG → PNG does not create transparency. It just wraps the same opaque pixels in a PNG container. You need actual segmentation first.
- Some viewers show transparency as black or white. That is the viewer, not your file — open it in an editor to confirm the alpha channel is intact.
- Chat apps and social uploads may flatten transparency. Many messaging apps convert uploads to JPEG. Send the PNG as a file/document, not as a photo, when transparency must survive.
- Print needs care. Transparency works in print layouts, but confirm with your print provider — some pipelines flatten unexpectedly.