Transparent PNG for DTF: how to tell a real cut-out from one that only looks cut out
PNG supports transparency, which is why it is the format shops ask for. Supporting it is not the same as using it: a PNG can carry a fully opaque white rectangle behind the artwork and still be a valid PNG. The check that matters happens before the film, and it is about what the alpha channel actually contains rather than what the file extension promises.
| Alpha present and used | the file prints only the artwork |
|---|---|
| Alpha present, fully opaque | the file prints a rectangle — the format promised nothing |
| Alpha partly used at the frame | a faint border of half-transparent pixels the press still inks |
| Frame transparency the engine treats as clean | at or below 1 percent of the border |
| Frame transparency the engine refuses | above 5 percent of the border |
Why the thumbnail cannot answer this
File browsers and chat apps composite transparency onto white before showing you anything. A cut-out logo and the same logo on a white plate produce an identical preview, and the difference only appears once the garment underneath is not white.
The checks in the order they answer
Each one rules out a different failure, and the cheap ones come first because they resolve most files without opening the artwork.
- Does the file carry an alpha channel at all
- Is any part of that channel actually transparent
- Is the transparency at the frame, or scattered through the artwork
- Are the edge pixels fully transparent or partly so
Partly transparent pixels are a printing decision
A pixel at 40 percent alpha is not a lighter version of the artwork; it is an instruction the press has to resolve one way or the other. Different films and different white-ink settings resolve it differently, which is why a file that printed acceptably at one shop can arrive back as a complaint from another.
FAQ
- Does saving as PNG make a background transparent?
- No. It preserves transparency that already exists. A JPEG converted to PNG keeps its white rectangle, now stored losslessly.
- Is a checkerboard pattern in the preview proof of transparency?
- It is good evidence, since that pattern is how editors draw an empty alpha channel. It does not show whether the edge pixels are fully or partly transparent.
- Why does the customer insist the file is transparent?
- Usually because their editor displayed it that way over a checkerboard, then exported with a background layer still switched on. The belief is honest and the file is not.