A mathematically exact engine for stripping Gemini AI watermarks from images. No AI guessing. No uploads. Just reverse alpha blending done right.

Before
After
Before
After
Before
AfterImages never leave your machine. Browser, Node, or CLI — same privacy guarantee.
Reverse alpha blending recovers the exact original pixels, no diffusion guesswork.
Watermark size, position, and aspect ratio detected from Gemini's known output catalog.
Drop the ESM module into any browser app. Works in workers, edge, and Node 18+.
Pipeable, scriptable, batch-friendly. Hook it into your asset build with one line.
Tampermonkey integration replaces previews on the Gemini page in real time.
Scan the image against Gemini's size catalog and run a local anchor search to lock the watermark region.
Apply the inverse alpha blending equation with the embedded alpha map for that aspect ratio.
Restoration metrics confirm pixel-level fidelity. If anything's off, the original is preserved.
# Install
npm i -g @pilio/gemini-watermark-remover
# Remove from a single image
gwr remove ./input.png -o ./output.png
# Batch a folder
gwr remove ./gemini/*.png -o ./clean/Free forever. MIT licensed. Built by people who think your images shouldn't be uploaded to a black box just to clean a corner pixel.