Local processing
File pixels are decoded, edited and exported by browser APIs and client-side libraries after you choose a file.
ImageME tools are designed to read selected files in the browser, transform them with client-side code and let you download the result without uploading the file to an ImageME server.
File pixels are decoded, edited and exported by browser APIs and client-side libraries after you choose a file.
Selected files and generated results are not sent to an ImageME backend for editing, storage or model training.
The site still loads pages, app assets and Google Analytics. Those requests are separate from the files you select for editing.
The exact operation differs by tool, but the file lifecycle follows the same browser-local pattern.
The browser grants this tab temporary access to the file you picked. ImageME does not receive a path to browse your device.
The selected file is decoded in the tab using APIs such as File, Blob, Canvas, workers and format libraries.
Compression, resizing, conversion, metadata removal and related edits produce a new Blob or downloadable file in the browser.
The result remains available to the page until you save it, remove it, navigate away or the browser frees the session memory.
A private editor still needs to load the application. These requests are expected and should not contain your selected image file.
HTML, JavaScript, CSS, icons and generated Open Graph images can load from ImageME or the hosting platform.
Google Analytics may receive page views and interaction events, but ImageME does not intentionally include selected file content or generated image content in those events.
Links such as Google privacy documentation or ecosystem pages leave ImageME and follow the destination site rules.
Use any modern desktop browser. The Network panel lets you distinguish app delivery from file upload behavior.
For example, open Compress Image, Resize Image or Strip Metadata in a fresh tab.
Open the Network tab, enable Preserve log if you want, then clear existing requests so the next actions are easy to inspect.
Drop or choose a local image, adjust settings and export. Keep the Network tab visible while the tool processes.
You may see app assets or analytics requests. You should not see a request uploading the selected image to ImageME for processing.
Look for your file name, a multipart upload, binary request body or large image-sized transfer. Those should not appear for normal tool processing.
Use these boxes while testing a tool. They are local browser controls and do not send data.
Strip metadata before posting a photo, compress a private image or convert a file while watching the Network panel.