Remove white backgrounds from product photos for Shopify, Etsy & Amazon
Most product photos land on a white or near-white background — a lightbox setup, a white sheet, or a studio sweep. Marketplaces like Amazon require white backgrounds for main listing images. Shopify and Etsy sellers use transparent PNGs to composite products onto branded or seasonal backgrounds without re-shooting.
Color keying (what this tool uses) is ideal for this exact case: the background is a single solid color (white, grey, or chroma-key green), so clicking once removes it cleanly. The tolerance slider handles slight color variation from lighting — raise it to catch shadows in corners of a lightbox, lower it to protect white products (a white mug on a white background needs very low tolerance).
| Platform | Background requirement | Output to use |
|---|---|---|
| Amazon main image | Pure white (RGB 255,255,255), ≥85% of frame | Download PNG → place on white canvas in Canva |
| Shopify product | White or transparent — merchant choice | Transparent PNG works directly |
| Etsy listing | Clean background, no text overlays | Transparent PNG or white background |
| Canva design | Transparent PNG for compositing | Download transparent PNG → upload to Canva |
| WooCommerce / WordPress | Any — transparent preferred | Transparent PNG, resized to square |
For products with complex subjects (hair, fur, semi-transparent packaging), use the AI background remover which uses segmentation instead of color keying.
How AI background removal works in a browser
Browser-based background removal uses a lightweight neural network model (typically a variant of U2-Net or RMBG) running in WebAssembly or via the Web AI APIs. The model performs semantic segmentation: it classifies each pixel as foreground (subject) or background, producing a mask. That mask is then applied to the original image to make background pixels transparent, outputting a PNG with an alpha channel.
The model runs entirely in your browser — your photo is not uploaded to a server. Processing time depends on image resolution and your device's GPU: a 1920×1080 photo typically takes 1–5 seconds on a modern laptop. The model weights are downloaded once and cached, so subsequent uses are faster.
What the model handles well — and what it gets wrong
Works well:people on solid or simple backgrounds (the dominant training case), product photos on white or light-colored backgrounds, animals with clear silhouettes, and cars. These subjects have distinct color contrast at their edges and match the model's training distribution.
- Hair and furFine strands of hair and fur are the hardest case for segmentation. The model often produces a rough silhouette that clips hair edges. For professional product shots requiring perfect hair, use a dedicated tool like Photoshop Select & Mask or remove.bg's paid tier, which uses higher-resolution models.
- Transparent or glass objectsWine glasses, bottles, and transparent objects confuse the model — the background is visible through the subject, making the foreground/background boundary undefined. Expect rough masks.
- Complex backgrounds matching subject colorA person wearing a white shirt against a white wall, or a dark object on a dark background — when subject and background share similar colors, the model cannot find an edge to cut along.
- Very busy or detailed backgroundsCrowds, forests, and cluttered scenes with many overlapping objects at the subject boundary produce noisy masks with artifacts.
