About
The tool, and who makes it
BackgroundRemover is a free background remover built by Piero Nanni. It started from a simple frustration: most background removers make you upload your photo to a server, wait, hit a daily limit, then watermark the result or push you to pay before you can download.
How it actually works
The whole cut-out runs inside your browser. When you drop in an image, a neural segmentation model (ISNet, via the open-source @imgly/background-removal library) loads into the page and separates the subject from the background on your own device, using your GPU through WebGPU when available, or the CPU otherwise.
That design has one consequence worth stating plainly: your image is never uploaded anywhere. There is no server that sees your file, no copy stored, nothing to delete afterwards because nothing ever left your machine. It is also why there are no real daily limits, the work happens on your hardware, not ours.
What it is good at - and not
It handles product photos, portraits, logos and objects well, and the High precision model holds fine edges like hair and thin straps. It is honest about limits too: reflective glass, busy backgrounds and soft shadows are genuinely hard for any automatic tool, and the per-use-case guides say so and explain how to work around it: product photos, logos, portraits and transparent png.
Who is behind it
BackgroundRemover is run by Piero Nanni, who also builds related tools like ImageConvert and HowToConvert. The code and the tools he ships are public on GitHub. Questions, bugs or feedback go straight to a real person - get in touch.
Last updated 2026-08-06 · Piero Nanni, Developer, nobg.cc