WatermarkOut
Remove watermarks from images โ free, private, and instantly. Nothing to install. Nothing to sign up for.
๐ฏ Why this exists
Watermark removers online charge โน800โโน2,500 / month ($10โ$30), upload your private images to unknown servers, and slap their own watermark on the free tier. That's broken.
WatermarkOut runs entirely in your browser. Your file never leaves the tab. No subscriptions, no accounts, no cloud โ verifiable because the source is MIT-licensed and the network tab is empty after first load.
BUILT BY
Prince Ramgarhia
DiceCodes ยท ๐ Batala, Punjab, India ๐ฎ๐ณ
Solo-built. No VC. No growth team. Just one developer trying to make pro-grade creative tooling permanently free for everyone.
โ๏ธ How it works (the boring honest version)
-
You drop an image in. The file becomes an in-memory
ImageDataobject in your browser. It never leaves. - You paint the watermark. A canvas overlay tracks where you brush โ that becomes the inpainting mask.
- An AI model runs in WebAssembly. The model (LaMa, ~50 MB, downloaded once and cached) runs inside your browser tab via ONNX Runtime Web โ on your GPU if your browser supports WebGPU, otherwise on your CPU.
- You download the result. Same browser, same tab, same machine. No server saw a thing.
Open your browser's Network tab to verify: after the first load, no requests are made.
๐งฐ Other free tools by DiceCodes
๐ Support free software
WatermarkOut is free forever. There are no servers to pay for, no subscriptions to add later, no premium tier to unlock. If it saved you money, time, or a privacy headache โ and you'd like to send some thanks back โ here's how:
๐ง Built with
- Vanilla HTML/CSS/JS โ no build step, no framework, no node_modules
- LaMa โ Large Mask Inpainting (Suvorov et al., 2021)
- ONNX Runtime Web โ WebGPU + WASM AI inference in the browser
- OpenCV.js โ image preprocessing (when added)
- IndexedDB + Service Worker โ offline support
- GitHub Pages + Hugging Face โ free hosting forever
Source: github.com/IamRamgarhia/watermarkout ยท License: MIT ยท Audit anything. Fork anything.