Select or drop many files
The picker is multi-select and the drop zone takes a whole folder's worth at once. PNG, JPG and WebP can be mixed freely in one batch.
Drop a whole folder. Every image is cleaned on your own machine — there is no upload queue, no per-file limit and no account.
Drop Gemini images here
PNG, JPG or WebP — batch supported. Files never leave your device.
Selecting many files changes nothing about the method — each image still gets the same arithmetic reversal. What changes is scheduling.
The picker is multi-select and the drop zone takes a whole folder's worth at once. PNG, JPG and WebP can be mixed freely in one batch.
Images are processed through a pool capped at three concurrent jobs. The rest wait visibly in the queue rather than competing for memory.
Each result carries its own download link, and Download all fires them together. Filenames keep the original stem plus -clean.png.
Bulk is where server-based tools put their paywall — file caps, queue positions, daily limits. None of those exist when the work happens on your own CPU.
There is no server to meter, so there is no limit to sell. Twelve 1024x1024 images finished in about 18 seconds on a laptop; the ceiling is your own machine, not a plan tier.
A hundred images is still zero network requests. You can watch the browser's network tab stay empty for the whole run.
The detector's calibrated alpha maps are built once and cached for the rest of the batch, so the second image and every image after it skip that setup entirely.
Two honest limits worth knowing before you drop 200 files in.
01
A decoded 2048x2048 image is about 16 MB of raw RGBA before the engine's working buffers. That is why the pool is capped at three: an earlier build started every dropped file at once, and a large batch could take the tab down. Peak heap across a 12-image run measured 157 MB.
02
You can mix resolutions and formats in one batch; the mark's size is resolved per image. Any file where no Gemini watermark is detected is labelled as such and handed back untouched rather than being silently re-saved as though it had been cleaned.
Free, browser-local, no file limit. Drop them in and download clean PNGs.
Remove watermark now