Does this rewrite the AVIF?
No. The AVIF Alpha Checker is an inspection-first tool. It does not modify the source AVIF; the only export is a PNG of the current alpha preview.
Can I confirm whether the AVIF is actually transparent?
Yes. After analysis the tool reports transparent, translucent, and opaque pixel percentages, giving a definitive answer on whether the AVIF has meaningful alpha.
Does my AVIF get uploaded?
No. The AVIF Alpha Checker runs entirely in your browser, so the file stays on your device and is never sent to a server.
Is the AVIF alpha checker free?
Yes. It is free to use with no signup, and all inspection and PNG export happen locally in your browser.
What is the difference between the alpha view and the alpha mask view?
The alpha view renders the raw alpha channel as greyscale, where white is fully opaque and black is fully transparent, and everything between shows the soft gradients. The alpha mask is a binary version of the same thing, thresholded at alpha 16, showing only what would survive a hard cut-out.
It says 0% transparent but the image clearly has a transparent background. Why?
Almost certainly rounding. The percentages are whole numbers, so anything under half a percent of the pixels reads as 0. Switch to the alpha view, where any transparency will be visible as dark regions regardless of how few pixels it covers.
What counts as translucent?
Any pixel whose alpha byte is between 1 and 254. That includes anti-aliased edges, soft shadows, glass and glow effects, and any deliberately semi-transparent overlay. A high translucent percentage means the image genuinely needs full alpha rather than a one-bit cut-out.
Can I use this to remove the transparency?
No. It only inspects and renders. The PNG download gives you the alpha channel as an image, which is useful as a mask in an editor, but it does not produce a modified AVIF.
Why does the preview sit on a white background?
The alpha views are rendered as opaque greyscale images and displayed on white so that the black transparent areas read clearly. It is a display choice, not a change to your file.
Why can I not run it in my browser?
The decode uses the WebCodecs ImageDecoder API together with OffscreenCanvas, and not every browser ships both. If the page shows the unsupported message, a current Chromium-based browser is the reliable option.