Signature Background Remover
Free tool to remove the white background from a signature in your browser and download a transparent PNG. Adjustable threshold, live preview, no upload, no signup.
Updated 2026-06-14 · Free · No sign-up · Runs privately in your browser
Runs in your browser — no upload. Works best on a clean white or light background. Output is always a transparent PNG.
What this tool does
This tool removes the white or light background from a signature image and downloads a transparent PNG, all in your browser. Once the background is gone, you can drop the signature onto contracts, PDFs, letters, or email footers without an ugly white box around it. A live checkerboard preview shows the transparency, and nothing is uploaded.
How to use it
- Click Choose a signature image — ideally dark ink on a clean white background.
- Drag the background threshold slider until only the ink remains over the checkerboard preview.
- Optionally tick Darken the ink to solid black for a cleaner, bolder signature.
- Click Download transparent PNG to save it.
How it works
The tool draws your image to a canvas and reads every pixel with getImageData. It calculates each pixel’s brightness (luminance) and makes any pixel brighter than your threshold fully transparent. Pixels just below the threshold get a partial, scaled transparency so the edges of strokes stay smooth rather than jagged. The rewritten pixels are pushed back with putImageData and exported as a PNG.
Worked example
You have a photo of your signature on white printer paper.
- Load it; the preview shows the signature on a checkerboard, but some grey paper noise remains.
- Raise the threshold to around 235 until the paper disappears and only the ink is left.
- Tick Darken the ink so faint strokes become solid black.
- Click Download transparent PNG and place it on your document.
Threshold guide
| Threshold | Effect | Good when |
|---|---|---|
| 250-255 | Removes only near-pure-white | Very clean scan, faint ink |
| 235-245 | Removes most light backgrounds | Typical white paper photo |
| 200-230 | Aggressive background removal | Greyish or shadowed paper |
| Below 200 | May erase light strokes | Use only if ink is very dark |
Tips
- Photograph evenly. Flat, shadow-free lighting on white paper gives the cleanest cut-out.
- Tune the threshold per image. Lighting varies, so the best value differs from photo to photo.
- This is brightness-based, not AI. It excels at white backgrounds but cannot separate ink from a busy or coloured background — crop to just the signature first for the best result.
Frequently asked questions
How do I remove the white background from a signature?+
Choose your signature image, adjust the threshold slider until only the ink remains in the preview, then click Download transparent PNG. Pixels brighter than the threshold are made transparent, leaving the signature on a clear background.
What does the threshold slider do?+
It sets how bright a pixel must be to count as background. A higher threshold removes only very light pixels (safer for faint ink); a lower threshold removes more of the background but can start eating into light strokes. Adjust it until the preview looks right.
Is my signature uploaded anywhere?+
No. The image is processed entirely in your browser by reading and rewriting pixels on a canvas, so your signature never leaves your device and nothing is uploaded or stored. It works offline once the page loads.
What kind of image works best?+
A signature written in dark ink on a clean white or light background, scanned or photographed evenly. Shadows, coloured paper, or busy backgrounds make it harder to separate the ink from the background cleanly.
Why is the output always a PNG?+
Transparency requires an alpha channel, and PNG supports it while JPG does not. Saving as PNG is what lets the cleared background stay see-through so the signature can be placed over documents.