What Browser-local Image Processing Does and Does Not Prove
Distinguish the image handler from the page and device, then verify one synthetic file without claiming absolute privacy.
Distinguish the image handler from the page and device, then verify one synthetic file without claiming absolute privacy.
Handler: file selection, object URL, browser decoding, Canvas, Blob, and download.
Page: HTML, scripts, analytics, monitoring, advertising, fonts, and other resource requests.
Environment: browser extensions, malware, shared profiles, clipboard, screenshots, backups, and synced folders.
After download: file metadata, storage permissions, recipients, upload services, and later sharing.
Create a harmless 32 × 32 image containing a unique visible test word; never use a sensitive image for this check.
Open browser developer tools, clear the Network log, enable request preservation if navigation is expected, and select the synthetic file.
Crop, resize, or convert it and download the result while recording requests initiated during those actions.
Expect normal page resources to exist. Investigate any request whose body or payload contains the synthetic image bytes or unique marker; absence in one run is evidence for that run, not proof about extensions or future code.
The current handlers create object URLs and Canvas Blobs and do not call fetch, XMLHttpRequest, a form submission, or an application image-upload API. Source review can support that bounded statement; it cannot prove that third-party code, an extension, a compromised browser, or the operating system is unable to access data.
Canvas export often creates a new pixel-based file, but this guide does not promise that EXIF, GPS, other metadata, ICC profiles, or color behavior are always removed or retained. If disclosure matters, inspect the downloaded file with a dedicated metadata tool and document the result.
Use a trusted, updated browser and device with reviewed extensions.
Keep the original outside shared or automatically synced locations when required.
Process the minimum necessary file and close the page when finished.
Open the download, check pixels, MIME, dimensions, metadata requirements, and storage path.
Apply the receiving service's privacy and retention policy before sharing.
It does not promise no page networking, anonymity, encryption beyond the browser environment, malware resistance, extension isolation, secure deletion, metadata removal, animation preservation, lossless pixels, or safety after the user downloads or shares the file.
FAQ
The page may load unrelated analytics, monitoring, advertising, fonts, or other assets. The bounded question is whether the selected image is sent by the AIGClub handler.
No. It provides evidence for one browser, version, page build, and run; trust in the device, extensions, future code, and recipient still matters.
No. Use a dedicated metadata inspector on the downloaded file whenever location or other metadata is sensitive.
Avoid it for sensitive images because browser, account, storage, extension, and device controls are unknown.
Further reading
Keep exploring