# BackgroundDelete — llms.txt # https://backgrounddelete.com # Last updated: 2026-07-28 ## Site Overview BackgroundDelete is a free, privacy-first background removal tool that processes images entirely inside the browser using on-device AI (WebAssembly neural network via @imgly/background-removal). No images are ever uploaded to any server. No account required. No tracking. No paywalls. ## Key Differentiators - All processing happens client-side — zero image data leaves the device - No account, no signup, no email collection - Completely free — no credits, no watermarks, no premium tiers - Supports single images and batch processing (up to 50 images) - Multiple AI models: Fast (4MB), Balanced (40MB), Best (80MB), Smart (edge-detection, no download) - Transparent PNG output with alpha channel preservation ## Tool Pages ### Core Background Removal | URL | Title | Description | |-----|-------|-------------| | / | Homepage | Upload and remove backgrounds. Quality chooser, edit tools, background compositor | | /remove-background-png | Remove Background from PNG | PNG-specific tool optimized for transparency preservation | | /remove-background-jpg | Remove Background from JPG | JPG-to-transparent-PNG conversion with background removal | | /remove-background-from-photo | Remove Background from Photo | Photo-optimized with Smart mode for portraits and complex scenes | | /remove-background-from-image | Remove Background from Image | General-purpose tool for all image formats | | /remove-background-from-drawing | Remove Background from Drawing | Optimized for line art, sketches, and hand-drawn illustrations | | /remove-background-from-signature | Remove Background from Signature | Extract signatures from white backgrounds for documents and contracts | | /make-background-transparent | Make Background Transparent | Convert any image background to transparent | | /transparent-background-maker | Transparent Background Maker | Quick transparency conversion tool | | /background-eraser | Background Eraser | Simple background erasing with manual refinement | | /image-background-remover | Image Background Remover | All-format remover with multiple model options | | /free-background-remover | Free Background Remover | Entry page emphasizing free/no-signup value proposition | ### E-commerce & Business | URL | Title | Description | |-----|-------|-------------| | /change-background-white | Change Background to White | Auto-composites white background, dual JPG+PNG download | | /ecommerce-product-cleaner | E-commerce Product Cleaner | Platform-optimized (Shopify, Poshmark, Etsy, Amazon, eBay) | | /white-background-product-photos | White Background Product Photos | Make product photos with clean white backgrounds for marketplaces | | /bulk-background-remover | Bulk Background Remover | Process up to 50 images, ZIP export | | /bulk-remove-background | Bulk Remove Background | Alias for bulk processing tool | | /remove-logo-background | Remove Logo Background | Logo extraction with Smart mode prioritized | | /profile-picture-maker | Profile Picture Maker | Circle crop + gradient backgrounds, 400×400 output | ### Image Processing | URL | Title | Description | |-----|-------|-------------| | /image-compressor | Image Compressor | Compress images with quality slider, format selectors, batch ZIP | | /image-converter | Image Converter | Convert between PNG, JPEG, WebP, BMP. HEIC support via libheif.js | | /image-resizer | Image Resizer | Resize images to exact dimensions with fit modes | | /image-upscaler | Image Upscaler | AI-powered image upscaling | | /crop-image-online | Crop Image Online | Browser-based image cropping | | /blur-background-online | Blur Background Online | Add background blur effects | | /drop-shadow-generator | Drop Shadow Generator | Add drop shadows to images with transparent backgrounds | | /passport-photo-maker | Passport Photo Maker | Make passport-compliant photos with correct dimensions | | /resize-image-for-instagram | Resize Image for Instagram | Instagram-optimized image resizing | | /remove-watermark | Remove Watermark | Remove watermarks from images | ### Info Pages | URL | Title | Description | |-----|-------|-------------| | /about | About | Creator story, privacy philosophy, technical approach | | /faq | FAQ | Frequently asked questions about privacy, formats, quality, limits | | /privacy | Privacy Policy | Complete privacy policy — no data collection, all processing local | | /terms | Terms of Service | Terms of use for the service | | /background-remover | Hub Page | Directory linking to all background removal tools | ## Technical Architecture - Static HTML + vanilla JS + CSS. No framework, no build step. - AI engine: @imgly/background-removal@1.7.0 (IMG.LY ISNet neural network) - All models loaded from jsDelivr CDN, cached by browser + service worker - PWA with offline support, share_target API - Deployed on Vercel with clean URLs ## Privacy BackgroundDelete is one of very few background removal tools that never sends images to a server. The entire AI pipeline — loading, inference, mask generation, post-processing — happens inside the user's browser via WebAssembly. This is verifiable: open browser developer tools, go to the Network tab, and drop an image. No upload request will appear. ## Crawling Guidance - All pages are static HTML. No JavaScript rendering required for content. - Sitemap: https://backgrounddelete.com/sitemap.xml - New pages added regularly. Check sitemap for latest URLs. - Language variants: 19 language subdirectories (zh, es, ar, pt, id, fr, ja, ru, de, vi, ko, it, tr, hi, th, nl, pl, bn, ur)