Background Remover
Remove image backgrounds online and export transparent PNG graphics using automated detection and adjustable color tolerance.
Run tool
This background remover isolates subjects and removes background pixels from your graphic files online. You can provide image data directly as Base64 text or upload a standard image file. The tool automatically attempts neural model processing to detect foreground contours, falling back to a color-distance method when the primary model is unavailable. When the edge-based fallback runs, it examines the corner colors of the image and clears matching background areas outward from the edges using your specified color tolerance setting. The tolerance parameter accepts values from 0 to 255, with 32 applied by default for balanced edge detection on solid or uniform backgrounds. Higher values clear wider color variations around the borders, while lower values restrict transparency to near-identical shades. The generated result delivers a clean PNG graphic with an RGBA alpha channel for transparency, suitable for product cutouts, digital collages, logos, and presentation slides.
Instructions
- Upload an image file or paste Base64 image text into the image field.
- Set the color tolerance between 0 and 255 if you need narrower or wider background matching.
- Click the run button to initiate background removal.
- Copy or save the resulting Base64-encoded transparent PNG output.
Examples
- Upload a product photo with a plain white studio background using the default tolerance of 32 to receive a transparent PNG cutout ready for an e-commerce catalog.
- Paste Base64 data for an application icon with a solid blue backdrop and increase the tolerance to 48 to clear slight compression artifacts around the outer edges.
FAQ
What image formats and inputs can I provide?
You can supply standard image files or raw Base64 strings, including strings prefixed with data-URI formatting.
How does the color tolerance setting work?
Tolerance sets the RGB distance threshold when comparing edge pixels against corner colors. Values range from 0 to 255, where higher values clear broader color variations.
What image format is returned?
The tool outputs a Base64-encoded PNG graphic containing an RGBA alpha channel that preserves transparency.
How does the tool handle complex backgrounds?
Automated model detection processes complex foreground contours when available. If the fallback method operates, it works effectively on solid or near-solid backgrounds by sampling image corners.