Browser-side processing
Images you choose are processed in the current browser tab with JavaScript, Canvas, Web Workers, image decoders, and local ONNX inference when required. This site does not send images, pixels, filenames, EXIF, GPS data, annotations, processing settings, or outputs to an application server or third-party model service.
Local data and AI models
Source images and results temporarily remain in tab or Worker memory and are cleared by closing or reloading the page. On first use, AI tools download public self-hosted ONNX models, verify their file size and SHA-256, and cache only those model bytes in IndexedDB. The cache contains no user image and can be cleared from the tool or browser site-data controls.
PWA cache
The service worker caches public application and interface assets, explicitly excludes /models/, and never caches selected images. This avoids duplicating the verified IndexedDB model cache in Cache Storage.
Analytics and advertising
Analytics and advertising services must not receive source images, processed images, file contents, or editing settings. Advertising code is not activated on this privacy page.
Contact
The project is developed by JustinLin099. Use the GitHub link in the footer to report a privacy concern.