How to Remove the Gemini Watermark in 10 Seconds
Step-by-step guide to stripping the Gemini, Imagen, or Nano Banana sparkle from any image. No Photoshop, no upload, no signup. Pixel-perfect output, original resolution preserved.
Every AI-generated image from Google — whether it came out of Gemini, Imagen, or Nano Banana — ships with a small four-point sparkle watermark in the bottom-right corner. The mark is the same across all three products, which means the same removal workflow works for all of them. This guide walks through the fastest path: a free, browser-based tool that lifts the sparkle in seconds, with zero quality loss.
Before you start
You'll need:
- The Gemini image you want to clean (PNG, JPG, WEBP, or GIF).
- Any modern browser. The tool works in Chrome, Edge, Brave, Firefox, and Safari.
- About 10 seconds.
Step 1 — Open the tool
Navigate to gemini.timefade.in. The page loads instantly. You'll see two tabs at the top: Image and Video. Image is selected by default — that's the one you want for stills.
Step 2 — Drop your image
Either drag the file from your file manager into the dashed box, or click the box to open the system file picker. The accepted formats are PNG, JPG/JPEG, WEBP, and GIF. File size and resolution don't matter — anything Gemini outputs works.
The page creates a local preview of your file (the URL is a blob: reference, not an upload). You'll see the image rendered in the preview card with a green "Ready" pill.
Step 3 — Click "Remove Watermark"
The big black button below the preview kicks off the reverse alpha-blend pipeline. Three things happen in the next second or so:
- The image is decoded into raw RGBA pixel data via the Canvas API.
- The detector runs normalized cross-correlation against the bundled 48×48 and 96×96 alpha maps in the bottom-right corner. The peak correlation identifies which logo size is on your file and exactly where it sits.
- The reverse alpha-blend equation
original = (pixel − α × 255) / (1 − α)is applied pixel-wise inside the watermark box. An edge-diffusion step smooths the few fully-opaque pixels at the logo's center.
Step 4 — Download the cleaned image
When the button flips from "Processing…" to "Watermark Removed", the green Download button activates. Click it to save the cleaned PNG. The file is named cleaned-<your-filename> so it's easy to spot in your downloads folder.
What you get
The output is a PNG at the original resolution. Outside the watermark zone, every pixel is byte-identical to the source — there is no compression, no resampling, no AI inpainting. Inside the watermark zone, the original pixel values are recovered mathematically using the reverse alpha-blend.
In plain English: the result looks exactly like what Gemini would have produced if Google had never stamped a watermark on it.
Why this beats Photoshop
You can also remove the sparkle in Photoshop with the Clone Stamp tool, but it takes 5–15 minutes per image and the result depends on your brushwork. The browser tool uses the exact mathematical inverse of the watermark equation, which means the result is deterministic and pixel-perfect — every run produces the same output, and the output is provably identical to the source outside the watermark area.
Privacy
Every step happens inside your browser. The image is read into memory, processed in place, and written to a downloadable blob. Nothing is uploaded. If you don't believe it, open the browser's Network panel before clicking Remove Watermark — you'll see zero outbound traffic during processing. The full Privacy Policy is on the site.
Troubleshooting
The watermark is still there after download
This almost always means the file is heavily compressed or has been re-saved multiple times since Gemini exported it. Try the original PNG export from gemini.google.com if you can. Screenshots and heavily compressed JPEGs lose too much of the watermark's edge detail for the detector to lock onto.
The cleaned image has a faint smudge in the corner
The watermark's center is fully opaque in a tiny region — the very brightest pixel of the sparkle. The edge-diffusion step fills that in by sampling nearby recovered pixels. On smooth backgrounds (clear sky, blank wall) the seam is invisible. On highly textured backgrounds (a building, a face), the edge diffusion can occasionally leave a faint smear. If you hit this, run the file through Content-Aware Fill in Photoshop to clean up the seam — but in practice this affects fewer than 1% of files.
What about the SynthID invisible watermark?
SynthID is embedded into the pixel values by Google DeepMind and cannot be removed without lossy regeneration. This tool only removes the visible sparkle. SynthID detection requires Google's verification tools. Read more in our SynthID explainer.