Photo Editing That Never Uploads Your Photos

“AI-powered” usually means “your photo takes a round trip to someone's server.” LayeredText's AI never leaves the building: the subject detection that makes the whole effect possible runs on the iPhone in your hand.

What actually happens to your photo

  1. You import a photo — from your library, camera or Files.
  2. Apple's Vision framework, the same machine-learning stack behind the system's own photo features, computes a foreground mask locally, on your phone's silicon.
  3. Text layers render between background and mask. Everything — image, mask, layers, project — is stored on the device.
  4. You save to Photos. That's the photo's entire journey: library → app → library.

Why local beats the cloud here

The honest trade-offs

On-device means the detection quality is Apple's Vision model — excellent on clear subjects (people, pets, objects, buildings), and occasionally uncertain on low-contrast or motion-blurred frames, where a different shot of the same moment usually fixes it. It also means the app requires iOS 17+, where the segmentation API lives. What you give up is small; what you get is a photo editor whose privacy story fits in one sentence: your photos never leave your phone.

How to verify claims like this: for any “AI photo” app, check its App Store privacy label and try it in airplane mode. Cloud editors stall without a connection; local ones don't care. LayeredText passes the airplane test.

LayeredText app icon

AI effects, zero uploads

Subject detection on your own silicon. Free to try on iPhone.

Download on the App Store

FAQ

Does LayeredText upload my photos to a server?

No — detection runs locally via Apple's Vision framework; photos and projects stay on-device.

Does the effect work without internet?

The editing loop is local processing — it passes the airplane-mode test.

Why do some apps upload photos for the same effect?

Server-side is easier to build — at the cost of privacy, speed and offline use. iOS made local possible; this app uses it.