Many web-based background removers begin with the same step: upload a photo. That can be convenient, but it is not necessary on a recent iPhone or iPad. Apple provides foreground-segmentation frameworks that an app can run locally, so the image can stay on the device from selection through export.
The private workflow
- Open the background remover and use Apple’s system photo picker.
- Select one photo. The picker gives the app access to that selection rather than requiring access to the entire library.
- Wait for the on-device foreground mask. No upload progress should be involved.
- Choose the subjects to keep, if the photo contains multiple instances.
- Refine difficult areas with Restore or Erase.
- Export a transparent PNG, or choose a color and export PNG or JPEG.
What “on device” should mean
It should describe the processing path, not just where the app is installed. The source photo, mask generation, manual refinements, and final render should happen locally. A clear privacy policy should identify exceptions such as Apple’s App Store services, support email, or website analytics instead of hiding them inside a broad claim.
Background Remover uses Apple Vision for the initial mask and Core Image for rendering. The app has no photo-processing backend, account, advertising SDK, or app analytics. Its website uses optional analytics only after a visitor consents; that is separate from photo editing in the app.
Pick a source photo that helps
Local processing does not make every image equally easy. Look for visible contrast around the subject, a reasonably sharp edge, and limited overlap between subjects. Hair, translucent materials, motion blur, deep shadows, and objects touching the frame can require manual cleanup.
If the first result is rough, inspect whether the source photo contains enough visual information before spending time painting the mask. A different frame from the same burst can be the fastest refinement tool.
Choose the right export
Use PNG when you need transparent pixels. JPEG always replaces transparency with a flat background. If the destination requires a white product image, selecting white inside the editor and exporting JPEG can produce a smaller file. Keep a transparent PNG master when you may want other backgrounds later.