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
- You import a photo — from your library, camera or Files.
- 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.
- Text layers render between background and mask. Everything — image, mask, layers, project — is stored on the device.
- You save to Photos. That's the photo's entire journey: library → app → library.
Why local beats the cloud here
- Privacy by architecture, not policy. A promise not to misuse uploaded photos is a policy; having no upload is physics. Family photos, kids, your home — none of it transits third-party infrastructure, because there's nothing to transit.
- Speed without a spinner. No upload/queue/download loop — detection happens at import, at silicon speed, whether you're on Wi-Fi or in a basement.
- It works on the plane. The editing loop doesn't depend on connectivity — airplane mode is prime wallpaper-making time.
- No account, nothing to breach. There's no sign-up and no server-side photo library associated with you, because the design never needed one.
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.
AI effects, zero uploads
Subject detection on your own silicon. Free to try on iPhone.
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.