惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
L
LangChain Blog
WordPress大学
WordPress大学
MyScale Blog
MyScale Blog
The Cloudflare Blog
J
Java Code Geeks
Google DeepMind News
Google DeepMind News
Recent Announcements
Recent Announcements
Microsoft Azure Blog
Microsoft Azure Blog
Y
Y Combinator Blog
有赞技术团队
有赞技术团队
Last Week in AI
Last Week in AI
酷 壳 – CoolShell
酷 壳 – CoolShell
Martin Fowler
Martin Fowler
小众软件
小众软件
量子位
月光博客
月光博客
P
Proofpoint News Feed
IT之家
IT之家
腾讯CDC
博客园 - 三生石上(FineUI控件)
博客园 - 司徒正美
雷峰网
雷峰网
V
Visual Studio Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Simplphoto for iPhone combines a manual camera, stop moti...
Vasilii Andr · 2026-05-11 · via DEV Community

I have released Simplphoto, a free iPhone app where I combined three things I personally missed: a manual camera, stop motion, and collages.

The idea started with reducing AI interference in the photo-taking process. That is why Simplphoto focuses not on “magic enhancement,” but on a more understandable and controllable shooting workflow.
In the Camera section, the main focus is manual control and making the final image more predictable in different shooting conditions. The settings include familiar controls usually associated with a full-featured camera:

  • ISO;
  • shutter speed;
  • common aspect ratios: 16:9, 4:3, 1:1, as well as a wider 21:9 ratio;
  • monochrome mode;
  • two quick settings buttons that allow users to return to basic camera settings if they have gone too far with manual adjustments.

For convenience, these presets are divided into Bright and Dark, depending on the lighting conditions in the frame.
[Photo №1, Photo №2]

Photo №1. Camera settings [Camera section]

Photo №2. Camera settings [Camera section],continued

A separate Stop Motion section has also been added. I wanted users to be able to create short frame-by-frame animations quickly and conveniently, using the same manual settings available in the Camera section.
[Photo №3 and Photo №4]

Photo №3. Camera settings [Stop Motion section]

Photo №4. Camera settings [Stop Motion section],continued

The third section is Collage. It allows users to create collages from 2 to 6 photos with different layout options [Photo №5] and different final collage aspect ratios [Photo №6].

Photo №5. Collage layout settings [Collage section]

Photo №6. Collage aspect ratio settings [Collage section]

There is also an option to set the background color using the standard color picker interface, including an eyedropper tool for selecting a color directly from the photos used in the collage.
[Photo №7]

Photo №7. Selecting the collage background color with the eyedropper tool [Collage section]

Photos inside the collage can be scaled to adjust the spacing between them.
[Photo №8]

Photo №8. Scaling photos inside the collage [Collage section]

The most important part of the app is hidden in the Settings section.
[Photo №9]

Photo №9. Settings section

Photo №10. Media file storage inside the app

In addition to showing how much storage is used by media files in each section of the app, the Settings section also contains the level of AI-processing restriction for photos. There are three modes in total:

Full disable enhancers [Photo №9]
This is the strictest mode. The app disables all image enhancers available for the specific device and attempts to minimize software interference in the photo. However, mandatory parts of the camera pipeline still remain: the sensor, ISP, demosaicing, color conversion, camera calibration, and final file generation. This is the maximum level of restriction currently possible within the public capabilities of iOS.

Medium level disable enhancers [Photo №11]
This is a compromise mode. The app disables some available enhancers while keeping the system mechanisms required for stable camera operation and correct image generation. In this mode, the ISP, basic sensor data processing, demosaicing, color transformations, calibrations, JPEG/HEIF pipeline, compression, and certain Apple automatic corrections may still remain active if iOS does not provide a safe public switch to disable them.

Photo №11. Medium level of AI-processing restriction [Settings section]

*No disable enhancers *[Photo №12]
This mode applies no restrictions. The app does not interfere with system processing, and the camera behaves closer to standard iOS behavior: with automatic frame optimization, noise reduction, color correction, detail enhancement, HDR processing, and other algorithms applied by Apple on the specific iPhone model.

Photo №12. AI-processing interference allowed [Settings section]

I look forward to hearing about your experience with the app and hope it proves useful.
The app is already available on the App Store.