Transparency

How processing works

nobg.eu is a browser-based AI background remover with local image processing. This page explains exactly how image data is handled in practical terms.

Browser inference

Segmentation inference runs in the browser runtime. The core background removal workflow does not require upload-first cloud processing.

Temporary memory usage

Images are processed in session memory and user-controlled browser storage. The editor is not designed as a permanent cloud image library.

WebGPU and WASM fallback

When available, WebGPU acceleration improves runtime speed. If unavailable, a fallback path (including CPU/WASM behavior from runtime libraries) keeps the workflow functional.

FAQ

Are images permanently uploaded?

The primary editing flow is local image processing. See the Privacy Policy for broader site operations.

Will quality be identical on all devices?

No. Runtime speed and edge quality can vary by browser, hardware acceleration support, and input complexity.

Related: Technology stack, Privacy Policy, Homepage.