By Anthum Editorial · Published
Gemini stills can carry two different watermarks:
1. A visible star in the bottom-right — an alpha overlay you can unmix. 2. SynthID — an invisible signal Google embeds for provenance.
People say “remove the Gemini watermark” and mean (1). Tools that invert (1) do not claim to strip (2). Mixing them up produces bad product copy and bad legal assumptions.
Practical overlay removal: How to remove a Gemini watermark and the on-device tool. Overlay math: How Gemini watermarks work.
The visible star
This is standard compositing: a known logo, a known α map, a catalogued corner. Reverse blending restores those pixels when the file is still close to the original export. Sources: Kuo’s write-up, GeminiWatermarkTool, JS port.
SynthID
Google DeepMind describes SynthID as a watermark designed to be imperceptible, applied across images, audio, text, and video in Google’s generative products. For images and video it is added at creation and meant to survive crops, filters, and compression. Overview: SynthID.
That is a detection problem in a learned embedding, not an α map in the corner. Inverse blending does not target it. Google’s own path to check for it is Gemini / SynthID Detector — not a reverse-blend slider.
Side by side
| | Visible Gemini star | SynthID | | --- | --- | --- | | Can you see it? | Yes, bottom-right overlay | No (by design) | | Mechanism | Alpha composite | Embedded digital watermark | | What Anthum’s tool does | Invert the overlay in-browser | Nothing — out of scope | | Survives JPEG / crop? | Overlay quality drops; inverse gets worse | Designed to be robust | | How to verify | Your eyes + compare slider | Gemini / SynthID Detector (DeepMind) |
Why products should say this out loud
If a landing page promises “remove Gemini watermarks” without naming SynthID, readers infer a provenance wipe. That over-claims. Anthum’s tool page and these posts state the limit: visible logo only.
Creators using stills in ads still care about the star because it shows up on a phone. Provenance policy is a separate conversation with legal and brand.
Frequently asked questions
Does reverse blending remove SynthID?
No. It only inverts the visible overlay. See SynthID.
If I still see a faint corner after cleanup, is that SynthID?
Usually not. That is leftover overlay, compression, or a mismatched α map. SynthID is not a faint star.
Can I check SynthID myself?
Google documents asking Gemini whether a file was created or altered by Google AI, and a SynthID Detector portal for testers. Start at deepmind.google/science/synthid.
References
1. Google DeepMind, SynthID. 2. Allen Kuo, Removing Gemini AI Watermarks: A Deep Dive into Reverse Alpha Blending. 3. Allen Kuo, GeminiWatermarkTool (MIT). 4. GargantuaX, gemini-watermark-remover (MIT). 5. Anthum, Gemini Watermark Remover.
Related: How to remove a Gemini watermark · How the overlay works · Screenshots