Free Gemini Watermark Remover — Clean Nano Banana Images Online
Images generated by Google Gemini, Nano Banana, and Google AI Studio carry a small four-pointed sparkle watermark in the bottom-right corner. This free tool removes that overlay and restores the original pixels underneath — no account, no credits, no queue. Drop an image in, compare the result, and download a lossless PNG.
How Reverse Alpha Blending Works
Gemini applies its watermark with standard alpha compositing — a white logo blended over the artwork at a known transparency:
watermarked = α × 255 + (1 − α) × original
Because the logo colour and the per-pixel alpha map are both known, that equation can be solved backwards for the original pixel:
original = (watermarked − α × 255) ÷ (1 − α)
This is arithmetic, not inference. Nothing is invented — every pixel is reconstructed from the value that was actually there, leaving only ±1 of 8-bit rounding error. That is why edges stay sharp and textures stay intact, where AI inpainting tends to leave smudges or invented detail.
Why Not AI Inpainting?
- Deterministic — the same image always produces the same result, with no random variation between runs.
- Lossless — only the watermark region changes; every other pixel is byte-identical to the original.
- Fast — solving a few thousand pixels takes milliseconds, with no model to load and no GPU queue.
- Honest — if the watermark isn't found, the tool says so instead of guessing and damaging your image.
Watermark Sizes and Positions
Gemini places the sparkle in the bottom-right corner at one of two scales. Images where either side is 1024px or smaller get a 48×48 mark inset 32px from the edges; larger images get a 96×96 mark inset 64px. The tool detects which applies from the image dimensions, refines the position against the actual pixel data, and validates that a watermark is genuinely present before removing anything.
Getting the Best Results
- Use the file downloaded directly from Gemini — reverse alpha blending needs the original pixel values.
- Avoid screenshots. Re-compression and rescaling break the pixel relationships and can leave faint residual edges, or prevent detection entirely.
- Prefer PNG over JPEG input. JPEG is lossy, so some precision is gone before the image ever reaches the tool.
- Don't crop or resize before uploading — the watermark position is derived from the original dimensions.
Privacy & Data Retention
Images are uploaded so the server can process them, stored in a temporary working directory, and deleted automatically after 2 hours by a scheduled sweep. They are never added to a database, never linked to an account, and never used for anything other than producing your result.
Frequently Asked Questions
- Is the Gemini Watermark Remover free?
- Yes. It is completely free with no account, no credits, and no watermark on the output. You can process up to 20 images at a time.
- Does it remove the SynthID watermark too?
- No. This tool removes only the visible sparkle overlay in the bottom-right corner. Google's invisible SynthID watermark remains embedded in the image, so processed images are still detectable as AI-generated.
- How is this different from AI watermark removers?
- AI inpainting guesses what belongs under the watermark and repaints it, which can smudge edges or invent detail. This tool reverses the alpha blending equation Google used to apply the mark, so the original pixels are reconstructed exactly rather than estimated.
- Will it work on a screenshot of a Gemini image?
- Usually not. Reverse alpha blending needs the original pixel values. Screenshots and re-compressed copies break those relationships, so detection may fail or leave faint residual edges. Always use the file downloaded directly from Gemini.
- What image formats are supported?
- PNG, JPEG, and WebP up to 25MB each. Results are always exported as lossless PNG so the recovered pixels are never re-compressed.
- Are my images kept on the server?
- No. Uploads are stored in a temporary working directory only so the server can process them, and are deleted automatically after 2 hours. They are never added to a database or linked to an account.
- Does it work on watermarks from other AI image generators?
- No. It is calibrated specifically for the Gemini and Nano Banana sparkle mark. It is not a general-purpose watermark remover.
More Free Tools
Nattang builds free, no-signup utilities for developers and creators. Try these: JSON Formatter, Regex Tester, Code to Image, CSS Generator

