A light, browser-based image editor for hobbyists and bloggers.
- Local-First: This application is a self-contained HTML/JavaScript file. All image processing occurs in your computer's temporary memory (RAM). No image data is ever uploaded or stored externally.
- No Data Transmission: The code contains no
fetch,XMLHttpRequest, or tracking scripts. Your images and filenames never leave your machine. - Note on Browser Telemetry: While this app is private, some browsers (like Chrome or Edge) may report the local file path of the application itself to the manufacturer if "Usage Statistics" or "Improve Browsing" settings are enabled. This is a browser behavior, not a feature of the app. Users concerned about local file paths being reported should run the app from a generically named folder.