Topic
Transparent PNG for Shopify
nobg.eu exports transparent PNG (or WebP) from local browser processing—useful for Shopify image requirements.
Definition
Transparent PNG preserves an alpha channel so your product floats on any theme background without a rectangular white box.

Export discipline
Export at the resolution Shopify recommends for your theme; oversized files affect load time.
Quality check
Inspect halos on dark and light theme previews before publishing.
FAQ
WebP on Shopify?
Many setups accept WebP; confirm your theme and CDN behavior.
Local processing?
Yes—the primary cutout path is client-side on nobg.eu.
Related topics
Why local processing matters
nobg.eu runs background removal in your browser session. The goal is simple: fewer unnecessary image transfers and faster starts than upload-first pipelines—without promising impossible quality on every edge case.
No upload image editing
Core cutout processing is designed as local image processing: you open a file, the model runs client-side, you export. You still load the website and assets over HTTPS like any site.
Browser AI explained
Browser AI here means inference executes in web runtime (WebGPU when available, with fallbacks). It is not a generic “cloud brain”—it is on-device execution after the app loads.
