gemini-watermark-remover

Installation
Summary

Remove visible Gemini AI watermarks from images using reverse alpha blending.

  • Provides a Python CLI tool that strips the bottom-right Gemini watermark without requiring HTML or server-side components
  • Uses pre-captured watermark alpha maps (48px and 96px variants) and reverse alpha blending to reconstruct the underlying image
  • Supports any image format that Pillow can read and write, with output format inferred from file extension
  • Includes detailed algorithm documentation covering detection rules, math, and known limitations for understanding or modifying the removal logic
SKILL.md

Gemini Watermark Remover

Dependencies

  • Python 3.9+
  • Pillow (install with pip install -r requirements.txt)

Quick start

  1. Install dependencies in the scripts folder:
    • cd skills/gemini-watermark-remover/scripts && pip install -r requirements.txt
  2. Run the CLI:
    • python remove_watermark.py <input-image> <output-image>

CLI usage

  • Parameters:
    • input-image: path to the Gemini watermarked image
    • output-image: path for the cleaned image (format inferred from extension)
Related skills

More from rookie-ricardo/erduo-skills

Installs
1.6K
GitHub Stars
874
First Seen
Feb 2, 2026