Inspect PNG and WebP Alpha values, measure transparent coverage, and reveal edge problems against three preview backgrounds.
Drop a file to inspect
PNG, WebP, or JPG up to 10 MB. The image stays on this device.
File format vs pixel data
A PNG is not automatically transparent.
PNG is a container that can preserve an Alpha channel, but many PNG files are fully opaque. Export tools can flatten artwork against a white, black, or colored background while keeping the .png extension.
This checker reads actual pixel Alpha values from a browser-local Canvas. If every sampled pixel has a value of 255, the image is effectively opaque even if its filename suggests otherwise.
Edge quality
Partial Alpha creates soft edges and hidden problems.
Anti-aliasing, shadows, glow, hair, glass, and soft masks use partially transparent pixels. These edges can look correct on a checkerboard but reveal pale or dark halos when placed on a different surface.
Switch between the light and dark previews before publishing. If an edge only looks clean on one background, return to the source mask and remove leftover matte color.
Three possible results
What the classification means
01
Fully opaque
No sampled pixel has Alpha below 255.
02
Binary transparency
Pixels are either fully visible or completely transparent.
03
Smooth transparency
Some pixels contain partial Alpha for softer transitions.
Alpha channel basics
PNG transparency FAQ
How does the PNG transparency checker work?
The browser draws a scaled version of the image to a local Canvas and reads the Alpha value of sampled pixels. The file is not required to be uploaded.
Can a PNG file be fully opaque?
Yes. PNG supports transparency, but a particular PNG can still contain only fully opaque pixels. The file extension alone does not prove that Alpha information is present.
What is the difference between binary and smooth transparency?
Binary transparency uses fully visible or fully invisible pixels. Smooth transparency also includes partial Alpha values, which are common around soft edges, shadows, hair, and glow.
Why should I preview on light and dark backgrounds?
Edge halos and leftover background pixels can disappear on one surface and become obvious on another. Testing both makes mask problems easier to spot.
Can JPEG contain transparent pixels?
No. Standard JPEG does not support an Alpha channel. If you need transparency, create the mask and export the finished image as PNG.
Alpha missing?
Paint the reveal mask and export a new transparent PNG.