Load the app shell
HTML, JavaScript, CSS, and other interface assets are fetched so the site can run.
This page explains the technical boundary around Image Tools. The product still needs network access to load its interface, but the image processing workflow is designed so the selected files stay on the device rather than moving through a remote image service.
HTML, JavaScript, CSS, and other interface assets are fetched so the site can run.
Selected files stay in browser memory and are handled through local browser APIs.
The output is generated locally and downloaded or saved through the browser.
Image processing is designed to run locally with browser APIs rather than on a server-side image pipeline.
The app still downloads code and static assets so the interface can load, but it is not built to transmit the selected image file itself.
Keeping files local is a strong default, but users should still use HTTPS, updated browsers, and sensible handling for sensitive content.
Access the product over HTTPS and keep the browser up to date.
If a file is particularly sensitive, consider loading the page and then working offline for the edit session.
Treat exported files with the same care as the originals because the tool does not manage post-export sharing or storage.
Read privacy for data handling, and read terms for the usage boundaries and liability language around the service.