โ“ Frequently Asked Questions

Yes, completely free forever. All 17 tools are free with no subscriptions, no watermarks, and no file size limits. The project is open source under the MIT license.
No. All image processing happens in your browser using the Canvas API, Tesseract.js, PDF.js, and other client-side libraries. The only exception is the Share Image tool, which uploads to ImgBB only when you explicitly request a public link.
There is no enforced file size limit โ€” the limit is your browser's available memory. Very large files (over 50MB) may be slow. For best performance, use files under 20MB.
Yes. Install ImageKit as a PWA (look for the install prompt) and all 17 tools work without any internet connection. See the Offline Mode docs for details.
OCR uses Tesseract.js which needs to download the language model on first use (~3โ€“10MB depending on language). After the first load, it runs locally and is faster. Pre-processing the image (the tool does this automatically) improves accuracy.
Yes โ€” use the Batch Queue on the home page. Drop multiple images and select an operation (Compress โ†’ WebP, Compress โ†’ JPG, Convert โ†’ PNG, etc.) then click Run All.
Use the Favicon Generator tool. It produces all sizes (16ร—16 to 512ร—512) as a ZIP, plus an HTML snippet you paste into your <head> and a manifest.json icons entry.
Yes. The full source is on GitHub at github.com/Mianhassam96/MultiMian-ImageKit. MIT license โ€” free for personal and commercial use.
Open an issue on GitHub or use the Contact page. Feature requests and bug reports are always welcome.