Gemini Watermark Remover
Remove the visible Gemini AI watermark from images using reverse alpha blending. Use when asked to strip Gemini watermarks, batch process Gemini images, or build/modify a CLI script that removes the bottom right Gemini watermark without HTML or server side components.
- Скачивания
- 0
- В избранном
- 0
- Комментарии
- 0
- Просмотры
- 2
Установить скилл
Добавьте инструмент одной командой или скачайте проверенный архив версии.
npx skills add rookie-ricardo/erduo-skills --skill gemini-watermark-remover- Версия
- 1.0.0+1fb6ec5df76c
- Автор
- Владимир Ломтев
- Репозиторий
- rookie-ricardo/erduo-skills
Как установить
- 1Скопируйте команду из блока установки.
- 2Запустите её в терминале из каталога проекта.
Документация
Gemini Watermark Remover
Dependencies
- Python 3.9+
- Pillow (install with
pip install -r requirements.txt)
Quick start
- Install dependencies in the scripts folder:
cd skills/gemini-watermark-remover/scripts && pip install -r requirements.txt
- Run the CLI:
python remove_watermark.py <input-image> <output-image>
CLI usage
- Parameters:
input-image: path to the Gemini watermarked imageoutput-image: path for the cleaned image (format inferred from extension)
Example:
python remove_watermark.py ./in.png ./out.png
What this skill provides
scripts/remove_watermark.py: CLI entry point and core algorithm.assets/bg_48.png,assets/bg_96.png: Pre-captured watermark alpha maps.references/algorithm.md: Math, detection rules, and limits.
Workflow
- Use
remove_watermark.pyfor one-off processing. - If you need to adjust detection rules or alpha logic, read
references/algorithm.md.
Notes
- The script uses Pillow for image IO and per-pixel edits.
- Output format is inferred from the output file extension by Pillow.
Требования и возможности
Источник пакета
https://github.com/rookie-ricardo/erduo-skills/tree/1fb6ec5df76c01dc43fb71631b8ae6121b9251df/skills/gemini-watermark-remover
Файлы версии
| Путь | Размер | SHA256 |
|---|---|---|
| SKILL.md | 1433 | 51ee814927e783f4... |
| references/algorithm.md | 849 | 5d97a5dcb0fe9ac8... |
| scripts/remove_watermark.py | 3635 | 4ebd5938c8f7c451... |
| scripts/requirements.txt | 15 | bf746868c791225d... |
Частые вопросы
- Как установить Gemini Watermark Remover?
- Используйте команду
npx skills add rookie-ricardo/erduo-skills --skill gemini-watermark-removerили скачайте ZIP-архив. - Можно ли скачать Gemini Watermark Remover бесплатно?
- Да, опубликованную версию можно скачать из маркетплейса бесплатно.
Похожие инструменты
Смотреть всеOzon Seller и Performance APIСправочник Ozon Seller API и Performance API с локальными OpenAPI-спецификациями.Grill MeA relentless interview to sharpen a plan or design.Excel Automation>Text To LottieCreate, edit, or fix Lottie/Bodymovin JSON animations for the local Skia Skottie player. Use for text-to-Lottie, SVG/logo/type animation, loaders/icons, state feedback, UI microinteractions, lower thirds, diagrams, data/stat/chart animations, product promos, scene/camera motion, visual effects, scene edits, slots/controls, and Skottie debugging.
Комментарии
Войдите, чтобы оставить комментарий.
Комментариев пока нет.