How Each Watermark Is Actually Removed
How the Visible Gemini Logo Comes Off — Reverse Alpha Blending
The sparkle isn't painted over or blurred — it's mathematically undone. Gemini stamps the logo with alpha blending: watermarked = α × logo + (1 − α) × original, where α is the logo's per-pixel transparency. Because that operation is deterministic, it inverts exactly: original = (watermarked − α × logo) / (1 − α). The engine loads the calibrated alpha map for your image size (48×48 px under 1024 px, 96×96 px above) and reconstructs the pixels that were underneath.
That's why every pixel outside the small corner region is byte-for-byte identical between the two images above — there is no smear, patch, or AI re-paint. You can run the same removal on the Gemini image watermark remover on the homepage.
The Invisible Layers: Why There's No SynthID 'Before & After' to Show
The examples above are the visible logo, because that's the only layer you can actually see change. Gemini also embeds two invisible markers: Google's SynthID signal in the pixel frequencies and a C2PA content-credentials manifest in the file header. Neither shows up in a screenshot — a "before and after" of an invisible watermark would look like two identical images, so we don't fake one.
Instead, you verify those layers with a detector. Check the credentials with the C2PA detector, confirm SynthID with the SynthID detector, and clear both in the frequency domain with the SynthID remover. That honesty is the point: a tool that shows you a dramatic "SynthID removed" image is showing you nothing.
Video: Rebuilding the Logo Frame by Frame
Video can't be undone with a single alpha map — the logo is burned into thousands of frames. The video example above is rebuilt frame by frame and re-encoded once at the source resolution and framerate, with the audio copied across untouched. The hidden content credentials are dropped in the same pass.
The full tool is the Gemini & Veo video watermark remover. One honest limit shown here: the in-pixel SynthID signal on video is not removed yet — only the visible logo and the hidden credentials are.
How These Examples Were Made
Every image and clip on this page was generated with Google Gemini, then run through this site's tool with no other editing — no retouching, no recompositing, no cherry-picked crops to hide artifacts. The originals and the cleaned results are the same files, identical everywhere except the watermark. Where the tool can't do something cleanly (video SynthID), we say so rather than hide it.


