THE PROCESS
HOW IT
WORKS.
SELECT YOUR IMAGE
Drag and drop or click to browse. Backgrone supports JPEG, PNG, WebP, and HEIC formats. Your image is read directly into browser memory using the File API — it never touches a server.

AI PROCESSES LOCALLY
Our neural network runs entirely in your browser via WebAssembly (WASM). Choose from three AI engines — Precision (ISNet fp16), Lightweight (ISNet uint8), or Balanced (RMBG-1.4) — each optimized for different quality and speed requirements.

DOWNLOAD RESULT
Your transparent PNG is generated instantly. Lossless quality, no watermark, no signup required. The result is yours — we never see it, store it, or process it.

TECHNICAL
UNDER THE HOOD.
Backgrone runs ONNX models via Transformers.js and ONNX Runtime Web. Models are downloaded once, cached in IndexedDB, and loaded in under 200ms on subsequent visits.
| Engine | Model | Size | Quality | Speed |
|---|---|---|---|---|
| Precision | ISNet fp16 | ~84 MB | Best | Medium |
| Lightweight | ISNet uint8 | ~42 MB | Very Good | Fastest |
| Balanced | RMBG-1.4 | ~44 MB | Good | Fast |
BROWSER COMPATIBILITY
Backgrone requires a modern browser with WebAssembly and SIMD support. Chrome 91+, Firefox 89+, Safari 16.4+, and Edge 91+ are fully supported. WebGPU acceleration is available in Chrome 113+ for even faster processing.