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 PixelProof. 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.
PixelProof still downloads the app shell. The important claim is narrower: selected image files should not be sent to a remote image processing endpoint when users check, resize, compress, or convert files.
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, the whitepaper for the technical proof model, and compliance notes for enterprise limits.