Privacy
Imgly Pro is built so that privacy isn't a policy you have to trust — it's a technical fact. Your images are processed entirely inside your browser and are never transmitted to us or anyone else. Here is exactly what that means.
Your files are never uploaded
When you choose an image, it is read directly into your browser's memory and handed to a Web Worker that decodes, resizes and re-encodes it using WebAssembly codecs running on your own device. The converted file is offered back to you as a download. At no point is the image — original or converted — sent over the network. We literally could not receive your files even if we wanted to, because the code that would do the uploading does not exist.
What we store: nothing
We don't operate user accounts, databases, or file storage for your images. The only thing saved on your device is a single 'theme' preference in localStorage (light or dark) so the site remembers your choice. That value never leaves your browser. Clear your site data and it's gone.
No analytics, ads, or third-party trackers
There are no advertising networks, no behavioural tracking pixels, and no third-party analytics scripts following you across the web. The site is a static set of files served over HTTPS, with a strict Content-Security-Policy that blocks unexpected network connections.
How offline (PWA) caching works
If you install Imgly Pro as a Progressive Web App, a service worker caches the site's own static assets — HTML, scripts and the WebAssembly codecs — in your browser so the tool keeps working without a connection. This cache holds only Imgly Pro's program files; it never stores the images you convert. You can remove it any time by uninstalling the app or clearing site data.
Questions
If anything here is unclear, or you'd like more detail about how the converter handles your data, get in touch at info@imgly.pro.