All posts
Guide··5 min read

Remove the Gemini Watermark in GIMP (Free Desktop Tutorial)

A completely free, no-subscription workflow for cleaning the Gemini sparkle off any image on Windows, macOS, or Linux.

GIMP is the standard free alternative to Photoshop. It can do almost everything Photoshop can for image cleanup, including removing the Gemini watermark. Here are three methods from simplest to most precise, plus one optional advanced add-on that produces near-Photoshop results.

Before you start

You'll need:

  • GIMP installed (download from gimp.org; works on Windows, macOS, Linux).
  • The Gemini image you want to clean (PNG, JPG, WEBP).
  • Optional: the Resynthesizer plugin for advanced healing (covered in Method 3).

Method 1 — Heal Selection (one-click, easiest)

Heal Selection is GIMP's built-in content-aware fill. It analyzes surrounding pixels and blends automatically. Best for simple backgrounds.

  1. Open the image in GIMP (File → Open or Ctrl/Cmd+O).
  2. Choose the Free Select Tool (F) and draw a loose selection around the watermark.
  3. Go to Filters → Enhance → Heal Selection.
  4. Click OK. GIMP fills the selection by sampling the surrounding area.
  5. Zoom in to verify the result. If the seam is obvious, undo and try with a slightly different selection shape.
  6. Export as PNG (File → Export As, or Shift+Ctrl/Cmd+E).

When Heal Selection works best: smooth backgrounds (sky, plain walls, gradients), small watermarks, low-resolution images.

Method 2 — Clone Tool (most control)

The Clone Tool copies pixels from a source region you specify. Use it for textured backgrounds where Heal Selection leaves smudges.

  1. Open the image.
  2. Select the Clone Tool (C). The icon looks like a rubber stamp.
  3. In the Tool Options panel, set:
    • Size: 30–50 px (adjust for the watermark scale)
    • Hardness: 50–75% for natural blending
    • Opacity: 100%
    • Alignment: Aligned (so the source follows your brush)
  4. Hold Ctrl (Windows/Linux) or Cmd (Mac) and click on a clean area near the watermark. This sets the source.
  5. Release the modifier and paint over the sparkle.
  6. Re-set the source frequently to avoid repeating patterns.
  7. Zoom to 200–400% for the seam.
  8. Export as PNG.

Method 3 — Resynthesizer plugin (best free result)

Resynthesizer is a community plugin for GIMP that ships an advanced texture-synthesis heal. It is what most "GIMP can do anything Photoshop can" arguments are about. It is not installed by default — install it first.

Install Resynthesizer

On Windows: download the Resynthesizer package from the official GitHub repository, extract the contents into GIMP's plug-ins folder (typically C:\Users\<you>\AppData\Roaming\GIMP\2.10\plug-ins), and restart GIMP.

On macOS: same process, plug-ins folder is at ~/Library/Application Support/GIMP/2.10/plug-ins/.

On Linux: install via your package manager (apt install gimp-plugin-registry on Debian/Ubuntu) or compile from source.

Use Resynthesizer

  1. Open the image.
  2. Use the Free Select Tool (F) to select the watermark area. Include ~10 px margin.
  3. Go to Filters → Enhance → Heal Transparency (or Heal Selection, depending on version).
  4. In the dialog, leave the defaults and click OK.
  5. Resynthesizer generates a context-aware fill that handles textures far better than the built-in Heal Selection. The result is usually indistinguishable from a clean original on most backgrounds.
  6. Export as PNG.

When to use the browser tool instead

GIMP works, but it is manual, takes 5–15 minutes per image, and the result depends on your brushwork. For batch cleanup, or for pixel-perfect accuracy on a single image, the reverse alpha-blend tool on this site is faster and more accurate. It runs in under a second per image, produces a result that is mathematically lossless, and does not require installing or learning any desktop software.

Common GIMP mistakes

  • Forgetting to flatten layers before export. GIMP's PNG export preserves layers; flatten with Image → Flatten Image first.
  • Working at 100% zoom. Always zoom in for the seam between the watermark area and the rest of the image. The eye misses smudges at 100%.
  • Sampling from too far away. The Clone Tool source should be from the same texture and lighting as the watermark region. Sampling from a different part of the image gives you a mismatch.

Or skip GIMP entirely

Browser-based, free, pixel-perfect. The original pixels, recovered mathematically.

Open the tool