Tested tool guide
Tested browser tools
Checked August 16, 2026
What Make Color Transparent does, with a checked example
A background or matte color is removed by clicking that color directly in the image. The tolerance control determines how far nearby colors may differ from the sampled color and still become transparent, while anti-aliasing can soften the resulting boundary. The important surprise is that this is color-based removal, not subject detection. A matching color inside the object can disappear along with the background, even when the matching areas are separate.
Worked example
A concrete input and expected output from the current implementation.
Input
Upload a 2 by 2 image with rows [#FFFFFF, #FF0000] and [#000000, #FFFFFF]. Click #FFFFFF, set tolerance to 0, and turn anti-aliasing off.
->
Expected output
The resulting rows are [transparent, #FF0000] and [#000000, transparent]. Two pixels are fully transparent, and the red and black pixels remain fully opaque.
At zero tolerance, only pixels exactly matching the selected white are removed. The image contains two white pixels, so exactly two of its four pixels become transparent.