File and Blob APIs
Selected images are read from the user's device into browser memory. Exports are created as local Blob objects and downloaded by the browser.
This page documents the technical boundary behind the no-upload claim: what runs locally, what browser storage is used, what network traffic still exists, and how a user or security reviewer can verify the behavior.
Selected images are read from the user's device into browser memory. Exports are created as local Blob objects and downloaded by the browser.
Resize, compression, conversion, and PDF workflows use browser execution rather than a server-side image processing queue.
When a user continues from one tool to another, the temporary file handoff is stored in this browser's IndexedDB and cleared after the receiving tool loads it.