๐ Privacy
Privacy is the core design principle of MultiMian ImageKit. Every architectural decision prioritizes keeping your files on your device.
How Processing Works
Every tool uses browser-native APIs to process files entirely on your device:
- Canvas API โ compress, resize, crop, convert, watermark, merge, screenshot, sticker, favicon, passport photo, QR codes
- Tesseract.js โ OCR text extraction (runs as a Web Worker in your browser)
- PDF.js โ PDF parsing and rendering (Mozilla's library, runs locally)
- gif.js โ GIF encoding (runs as a Web Worker in your browser)
What Data Is Stored
Only minimal data is stored locally in your browser:
- localStorage โ theme preference, achievement stats, recent workspace thumbnails, API key for Share tool
- sessionStorage โ current session file count and session start time
- This data never leaves your device and can be cleared at any time via your browser settings
The One Exception โ Share Image Tool
The Share Anywhere tool uploads your image to ImgBB to generate a public link. This only happens when you explicitly click Upload & Get Link. No other tool sends any data anywhere.
No Tracking, No Analytics
- No Google Analytics, no tracking pixels, no cookies
- No user accounts, no email collection
- No advertising networks
- The only external requests are for Google Fonts (fonts only, no image data)
Open Source Verification
Because the project is open source, you can verify exactly what the code does: github.com/Mianhassam96/MultiMian-ImageKit