|
7 | 7 | [](LICENSE) |
8 | 8 | [](https://github.com/allenk/GeminiWatermarkTool) |
9 | 9 |
|
| 10 | +🆕 **Gemini 3.5 watermark profile supported** — Google updated the watermark layout (different position and alpha map) starting with Gemini 3.5. This tool now auto-targets the new profile by default, with a one-click **Legacy** toggle for pre-3.5 outputs. [Details below](#-gemini-35-support--new). |
| 11 | + |
10 | 12 | 📢 **Now available: [Veo Video Watermark Remover](https://github.com/allenk/VeoWatermarkRemover)** — remove Google Veo "Veo" text watermarks from videos, same reverse alpha blending engine. Demo build (Win x64). |
11 | 13 |
|
12 | 14 | ▶️ **Watch: [GeminiWatermarkTool — Quick Start & Feature Overview](https://www.youtube.com/watch?v=0jux3AJVb2Q)** |
@@ -47,6 +49,24 @@ Key capabilities include: |
47 | 49 | - **Cross-platform**: Windows / Linux / macOS / Android (CLI) |
48 | 50 | - **AI Agent ready**: [Claude Code Skill + MCP Server](https://github.com/allenk/gwt-integrations) for automation and agent workflows |
49 | 51 |
|
| 52 | +## ✨ Gemini 3.5 Support — New |
| 53 | + |
| 54 | +> **GeminiWatermarkTool now supports the new Gemini 3.5 watermark layout out of the box.** |
| 55 | +> Starting with Gemini 3.5, Google shifted the watermark position and updated its alpha map relative to legacy Gemini outputs. The tool targets the new profile by default and ships a one-click **Legacy** toggle for pre-3.5 outputs — no command-line flags or re-calibration needed. |
| 56 | +
|
| 57 | + |
| 58 | + |
| 59 | +| | Gemini 3.5+ (default) | Legacy (pre-Gemini 3.5) | |
| 60 | +|---|---|---| |
| 61 | +| **Profile** | V2 | V1 | |
| 62 | +| **Small logo** | 36×36 | 48×48 | |
| 63 | +| **Large logo** | 96×96 | 96×96 | |
| 64 | +| **Margin** | shifted (per-aspect calibrated) | original | |
| 65 | +| **GUI** | "Auto Detect" / "Small" / "Large" radios | tick **"Legacy (pre-Gemini 3.5)"** checkbox | |
| 66 | +| **CLI** | default | pass `--legacy` | |
| 67 | + |
| 68 | +Both profiles use the same deterministic reverse alpha blending pipeline — switching profiles only changes the alpha map and position formula, not the math. |
| 69 | + |
50 | 70 | ## 🎬 Veo Video Watermark Removal — Demo Available |
51 | 71 |
|
52 | 72 | > **NEW:** GeminiWatermarkTool now supports removing **Google Veo** video watermarks. |
|
0 commit comments