gemini-logo-remover

Remove logos and watermarks from images using OpenCV inpainting.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/Aiden-Kwak/My-Claude-Agents --skill gemini-logo-remover-aiden-kwak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-logo-remover
Source: https://github.com/Aiden-Kwak/My-Claude-Agents/tree/main/.claude/skills/gemini-logo-remover
Command: npx skills add https://github.com/Aiden-Kwak/My-Claude-Agents --skill gemini-logo-remover-aiden-kwak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Remove Gemini logos and watermarks from AI-generated images using inpainting to restore visuals.

Core Features & Use Cases

  • Inpainting-based removal of logos and watermarks from supplied images.
  • Flexible usage: coordinate-based removal and corner-based removal for quick cleanup.
  • Use Case: clean up a generated image by removing Gemini branding to publish in portfolios or demos.

Quick Start

Provide input image path and target region (by coordinates or corner) to produce a clean image.

Frequently Asked Questions about gemini-logo-remover

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove a Gemini logo or watermark from an AI-generated image?

To remove a Gemini logo or watermark from an AI-generated image, use OpenCV inpainting with NumPy. You provide the image path and target region via coordinates or corners to generate a clean visual output.

What is OpenCV inpainting for watermark removal?

OpenCV inpainting for watermark removal is a computer vision technique that restores image regions by interpolating surrounding pixels. It creates a mask over the logo area to seamlessly reconstruct the underlying visuals.

Do I need NumPy and OpenCV to clean up AI images with logos?

Yes, you need NumPy and OpenCV to clean up AI images with logos. These dependencies are required to perform mask creation and the inpainting calculations necessary to restore clean visuals on your photos or screenshots.

How do I specify the watermark region for coordinate-based logo removal?

For coordinate-based logo removal, you specify the exact target region in the image using coordinates or corner points. The tool uses this defined area to apply mask creation and perform the inpainting process.

Can I clean up Gemini branding from screenshots for my portfolio?

Yes, you can clean up Gemini branding from screenshots for your portfolio. The inpainting process applies to photos, screenshots, or composites, restoring clean visuals suitable for publishing in demos and portfolios.