Most of the popular AI background-remover services on the web work by uploading your image to their backend, running the model on their server, and sending the result back. That implicit data flow is fine for a photo of your dog. It is a serious problem for clinical photography that includes identifiable patient features — facial dermatology cases, full-body plastic surgery, dental smile-design photos, wound documentation, even some orthopedic range-of-motion shots. The U.S. Department of Health and Human Services publishes the HIPAA Privacy Rule with explicit guidance on photographs and identifiers; uploading them to a vendor without a Business Associate Agreement is exactly the kind of disclosure that creates audit risk.
This tool side-steps the problem entirely. The model is downloaded to your browser once (about 50 MB) and cached. Every cutout after that runs locally in the tab, using your laptop's CPU or GPU through WebAssembly and the ONNX runtime. There is no server endpoint that processes the image. No file is uploaded. No metadata is logged. From a HIPAA architecture standpoint, this is the same as opening Preview.app on macOS or Photos on Windows — a local operation on a device you control.
Dermatology, plastic surgery, dental, dermal-filler, and orthodontics practices all rely on before-and-after photography for new patient acquisition. The standard workflow is: shoot consistent lighting and angle, cull selects, write up an informed-consent release for marketing use, then build a side-by-side comparison for the practice website or Instagram. Cutting both frames to a transparent PNG and placing them on a neutral clinical background (a flat #f8f8f8 or a brand-aligned color from the palette tool) makes the comparison read cleanly without the distraction of an exam-room corner, a clinic curtain, or an inconsistent backdrop. The cutout step happens locally — the patient file never leaves your workstation until you decide to publish.
A coastal medical group with 14 providers wants a consistent header on each provider's bio page: white coat, transparent background, identical framing. You shot the headshots in the office hallway between morning clinic and lunch — the backgrounds are inconsistent. Drop each JPEG, get a transparent PNG, drop them all onto a brand-aligned background card in Figma or Canva. Two hours for the whole roster, including the new locum who started yesterday. No need to schedule a studio session every time someone joins the practice.
For a knee arthroscopy practice, the post-op handout includes a photo of the brace, the ice machine, and the assistive device — each cut out and placed on a clean white background with a number label. Cutting the product shots locally avoids uploading anything (even non-PHI product photography) to a third party. Pair with the favicon generator if you are also building a small patient portal or a branded PDF cover for the handout.
You are presenting a clinical case series at a regional meeting. You have de-identified patient photos with written research consent, but the original exam-room backgrounds are visually noisy and inconsistent across the cases. A clean transparent-PNG cutout, placed on a neutral slide background, makes the clinical findings the visual subject of each slide rather than the background clutter. This is also the right workflow for journal submission images — most journals prefer subject-isolated images with consistent backgrounds rather than original in-context exam-room shots.
For dental practices, plastic surgery suites, and aesthetic dermatology offices, photos of the room, equipment, and chair are part of the brand story for new patient acquisition. These are not PHI — they are interiors and product photography — but the workflow benefits from the same speed: shoot with an iPhone, cut out the equipment onto a brand background, drop into the practice website hero or a Google Business profile post in under a minute per image. The AAPC's overview of healthcare marketing photography is a useful reference for what is and is not PHI in this context.
| Use case | Verdict | Why |
|---|---|---|
| Before-and-after marketing photos | Ship it | Patient file stays local, cutout is clean enough for web and print. |
| Practice team headshots | Ship it | Consistent transparent backgrounds across providers without a studio. |
| Patient education handouts | Ship it | Product and equipment shots cut quickly onto clean backgrounds. |
| Clinical photography inside the chart | Skip | EHRs want the original photo for documentation, not a cutout. |
| DICOM imaging (X-ray, MRI, CT) | Use a DICOM viewer | Wrong file format entirely — this tool handles JPG/PNG/WebP. |
| Telemedicine live video | Use Zoom's blur | This is a still-image tool, not a real-time background filter. |
Drop a JPEG, get a transparent PNG. The patient file never touches a server. No signup, no upload, no watermark. Free forever.
Try the Background Remover →Skin tones near the background color, glossy surgical instruments with strong specular highlights, and fine hair around the edge of a portrait — these are the same cases that defeat every automatic cutout tool, paid or free. The pragmatic workflow is: run the auto cutout, accept the 85-90% of frames where the edge is clinically acceptable, and hand-refine the rest in Photoshop's Select and Mask or Affinity Photo's Refine Selection. For dermatology close-ups where the lesion edge is the actual subject of the comparison, hand-refinement around the lesion margin is usually warranted regardless of which automated tool you start with.
The model file (BRIA RMBG-1.4) is hosted on a CDN and downloaded to your browser cache on first use. After that, the page runs offline if needed. The image you drop in is decoded by the browser, fed to the model running in WebAssembly, and the resulting PNG is rendered back into the page for you to download. At no point is your image transmitted to TinyTools or any other server. If your IT team or compliance officer wants to verify this, open browser DevTools, go to the Network tab, drop in a test image, and watch — you will see the model download on first load, then zero outbound requests for subsequent cutouts.
Browser-only background removal. Patient files never leave the device. Built for practices that take HIPAA architecture seriously.
Try the Background Remover →