From 04692515bb0716f92d86555328b3e0ce2e98f88f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Sat, 24 Jan 2026 17:23:04 -0600 Subject: [PATCH] fix: remove opacity of watermark --- skills/baoyu-article-illustrator/SKILL.md | 2 +- .../references/config/preferences-schema.md | 3 --- .../references/config/preferences-schema.md | 3 --- .../references/config/watermark-guide.md | 22 ++++--------------- skills/baoyu-cover-image/SKILL.md | 5 ++--- .../references/config/preferences-schema.md | 3 --- .../references/config/watermark-guide.md | 20 ++++------------- skills/baoyu-xhs-images/SKILL.md | 5 ++--- .../references/config/preferences-schema.md | 3 --- .../references/config/watermark-guide.md | 19 ++++------------ 10 files changed, 17 insertions(+), 68 deletions(-) diff --git a/skills/baoyu-article-illustrator/SKILL.md b/skills/baoyu-article-illustrator/SKILL.md index 83732a3..53df848 100644 --- a/skills/baoyu-article-illustrator/SKILL.md +++ b/skills/baoyu-article-illustrator/SKILL.md @@ -230,7 +230,7 @@ Check available skills. If multiple, ask user. **5.3 Apply Watermark** (if enabled) -Add: `Include a subtle watermark "[content]" at [position] with [opacity*100]% visibility.` +Add: `Include a subtle watermark "[content]" at [position].` **5.4 Generate** diff --git a/skills/baoyu-article-illustrator/references/config/preferences-schema.md b/skills/baoyu-article-illustrator/references/config/preferences-schema.md index 69b5e2a..862abbc 100644 --- a/skills/baoyu-article-illustrator/references/config/preferences-schema.md +++ b/skills/baoyu-article-illustrator/references/config/preferences-schema.md @@ -15,7 +15,6 @@ watermark: enabled: false content: "" position: bottom-right # bottom-right|bottom-left|bottom-center|top-right - opacity: 0.7 # 0.1-1.0 preferred_style: name: null # Built-in or custom style name @@ -46,7 +45,6 @@ custom_styles: | `watermark.enabled` | bool | false | Enable watermark | | `watermark.content` | string | "" | Watermark text (@username or custom) | | `watermark.position` | enum | bottom-right | Position on image | -| `watermark.opacity` | float | 0.7 | Transparency (0.1-1.0) | | `preferred_style.name` | string | null | Style name or null | | `preferred_style.description` | string | "" | Custom notes/override | | `language` | string | null | Output language (null = auto-detect) | @@ -105,7 +103,6 @@ watermark: enabled: true content: "@myaccount" position: bottom-right - opacity: 0.5 preferred_style: name: notion diff --git a/skills/baoyu-comic/references/config/preferences-schema.md b/skills/baoyu-comic/references/config/preferences-schema.md index 6b936ce..05a71ab 100644 --- a/skills/baoyu-comic/references/config/preferences-schema.md +++ b/skills/baoyu-comic/references/config/preferences-schema.md @@ -15,7 +15,6 @@ watermark: enabled: false content: "" position: bottom-right # bottom-right|bottom-left|bottom-center|top-right - opacity: 0.5 # 0.1-1.0 (lower default for comics) preferred_art: null # ligne-claire|manga|realistic|ink-brush|chalk preferred_tone: null # neutral|warm|dramatic|romantic|energetic|vintage|action @@ -42,7 +41,6 @@ character_presets: | `watermark.enabled` | bool | false | Enable watermark | | `watermark.content` | string | "" | Watermark text (@username or custom) | | `watermark.position` | enum | bottom-right | Position on image | -| `watermark.opacity` | float | 0.5 | Transparency (0.1-1.0, lower for comics) | | `preferred_art` | string | null | Art style (ligne-claire, manga, realistic, ink-brush, chalk) | | `preferred_tone` | string | null | Tone (neutral, warm, dramatic, romantic, energetic, vintage, action) | | `preferred_layout` | string | null | Layout preference or null | @@ -113,7 +111,6 @@ watermark: enabled: true content: "@comicstudio" position: bottom-right - opacity: 0.4 preferred_art: manga preferred_tone: neutral diff --git a/skills/baoyu-comic/references/config/watermark-guide.md b/skills/baoyu-comic/references/config/watermark-guide.md index a8e1a95..3952bcd 100644 --- a/skills/baoyu-comic/references/config/watermark-guide.md +++ b/skills/baoyu-comic/references/config/watermark-guide.md @@ -28,19 +28,6 @@ description: Watermark configuration guide for baoyu-comic | `bottom-center` | Webtoon vertical scroll, centered designs | Text-heavy bottom area | | `top-right` | **Not recommended for comics** | Always - conflicts with page numbers | -## Opacity for Comics - -Comics typically use lower opacity than infographics to avoid disrupting panel flow: - -| Opacity | Visual Effect | Use Case | -|---------|---------------|----------| -| 0.3 | Very subtle, barely visible | **Recommended for comics** | -| 0.4 | Light presence | Balance of visibility and subtlety | -| 0.5 | Noticeable | Standard comics default | -| 0.6+ | Strong presence | Not recommended (distracting) | - -**Default**: 0.5 (compared to 0.7 for infographics) - ## Content Format | Format | Example | Style | @@ -63,10 +50,9 @@ Comics typically use lower opacity than infographics to avoid disrupting panel f When watermark is enabled, add to image generation prompt: ``` -Include a subtle watermark "[content]" positioned at [position] -with approximately [opacity*100]% visibility. The watermark should -be legible but not distracting from the comic panels and storytelling. -Ensure watermark does not overlap speech bubbles or key action. +Include a subtle watermark "[content]" positioned at [position]. +The watermark should be legible but not distracting from the comic panels +and storytelling. Ensure watermark does not overlap speech bubbles or key action. ``` ## Common Issues @@ -76,5 +62,5 @@ Ensure watermark does not overlap speech bubbles or key action. | Watermark invisible on dark panels | Adjust contrast or add subtle outline | | Watermark overlaps speech bubble | Change position or lower on page | | Watermark inconsistent across pages | Use session ID for consistency | -| Watermark too prominent | Decrease opacity (0.3-0.4 for comics) | +| Watermark too prominent | Change position or reduce size | | Conflicts with page number | Never use top-right position | diff --git a/skills/baoyu-cover-image/SKILL.md b/skills/baoyu-cover-image/SKILL.md index bcbb8d5..9a99cec 100644 --- a/skills/baoyu-cover-image/SKILL.md +++ b/skills/baoyu-cover-image/SKILL.md @@ -615,9 +615,8 @@ Style notes: [key characteristics from style definition] **Watermark Application** (if enabled in preferences): Add to prompt: ``` -Include a subtle watermark "[content]" positioned at [position] -with approximately [opacity*100]% visibility. The watermark should -be legible but not distracting from the main content. +Include a subtle watermark "[content]" positioned at [position]. +The watermark should be legible but not distracting from the main content. ``` Reference: `references/config/watermark-guide.md` diff --git a/skills/baoyu-cover-image/references/config/preferences-schema.md b/skills/baoyu-cover-image/references/config/preferences-schema.md index fc17ebc..ddfa23d 100644 --- a/skills/baoyu-cover-image/references/config/preferences-schema.md +++ b/skills/baoyu-cover-image/references/config/preferences-schema.md @@ -15,7 +15,6 @@ watermark: enabled: false content: "" position: bottom-right # bottom-right|bottom-left|bottom-center|top-right - opacity: 0.7 # 0.1-1.0 preferred_type: null # hero|conceptual|typography|metaphor|scene|minimal or null for auto-select @@ -52,7 +51,6 @@ custom_styles: | `watermark.enabled` | bool | false | Enable watermark | | `watermark.content` | string | "" | Watermark text (@username or custom) | | `watermark.position` | enum | bottom-right | Position on image | -| `watermark.opacity` | float | 0.7 | Transparency (0.1-1.0) | | `preferred_type` | string | null | Type name or null for auto | | `preferred_style` | string | null | Style name or null for auto | | `preferred_text` | string | title-only | Text density level | @@ -145,7 +143,6 @@ watermark: enabled: true content: "myblog.com" position: bottom-right - opacity: 0.5 preferred_type: conceptual diff --git a/skills/baoyu-cover-image/references/config/watermark-guide.md b/skills/baoyu-cover-image/references/config/watermark-guide.md index 009faa6..cd99679 100644 --- a/skills/baoyu-cover-image/references/config/watermark-guide.md +++ b/skills/baoyu-cover-image/references/config/watermark-guide.md @@ -28,15 +28,6 @@ description: Watermark configuration guide for baoyu-cover-image | `bottom-center` | Centered designs | Text-heavy bottom area | | `top-right` | Bottom-heavy content | Title/header in top-right | -## Opacity Examples - -| Opacity | Visual Effect | Use Case | -|---------|---------------|----------| -| 0.3 | Very subtle, barely visible | Clean aesthetic priority | -| 0.5 | Balanced, noticeable but not distracting | Default recommendation | -| 0.7 | Clearly visible | Brand recognition priority | -| 0.9 | Strong presence | Anti-copy protection | - ## Content Format | Format | Example | Style | @@ -51,16 +42,14 @@ description: Watermark configuration guide for baoyu-cover-image 1. **Consistency**: Use same watermark across all covers 2. **Legibility**: Ensure watermark readable on both light/dark areas 3. **Size**: Keep subtle - should not distract from content -4. **Contrast**: Adjust opacity based on cover background ## Prompt Integration When watermark is enabled, add to image generation prompt: ``` -Include a subtle watermark "[content]" positioned at [position] -with approximately [opacity*100]% visibility. The watermark should -be legible but not distracting from the main content. +Include a subtle watermark "[content]" positioned at [position]. +The watermark should be legible but not distracting from the main content. ``` ## Cover-Specific Considerations @@ -75,7 +64,6 @@ be legible but not distracting from the main content. | Issue | Solution | |-------|----------| -| Watermark invisible | Increase opacity or adjust position | -| Watermark too prominent | Decrease opacity (0.3-0.5) | +| Watermark invisible | Adjust position or check contrast | +| Watermark too prominent | Change position or reduce size | | Watermark overlaps title | Change position or reduce title area | -| Inconsistent appearance | Use fixed opacity/position in preferences | diff --git a/skills/baoyu-xhs-images/SKILL.md b/skills/baoyu-xhs-images/SKILL.md index 1f43a73..c122ed0 100644 --- a/skills/baoyu-xhs-images/SKILL.md +++ b/skills/baoyu-xhs-images/SKILL.md @@ -359,9 +359,8 @@ With confirmed outline + style + layout: **Watermark Application** (if enabled in preferences): Add to each image generation prompt: ``` -Include a subtle watermark "[content]" positioned at [position] -with approximately [opacity*100]% visibility. The watermark should -be legible but not distracting from the main content. +Include a subtle watermark "[content]" positioned at [position]. +The watermark should be legible but not distracting from the main content. ``` Reference: `references/config/watermark-guide.md` diff --git a/skills/baoyu-xhs-images/references/config/preferences-schema.md b/skills/baoyu-xhs-images/references/config/preferences-schema.md index 359d4d5..c4e3b6c 100644 --- a/skills/baoyu-xhs-images/references/config/preferences-schema.md +++ b/skills/baoyu-xhs-images/references/config/preferences-schema.md @@ -15,7 +15,6 @@ watermark: enabled: false content: "" position: bottom-right # bottom-right|bottom-left|bottom-center|top-right - opacity: 0.7 # 0.1-1.0 preferred_style: name: null # Built-in or custom style name @@ -46,7 +45,6 @@ custom_styles: | `watermark.enabled` | bool | false | Enable watermark | | `watermark.content` | string | "" | Watermark text (@username or custom) | | `watermark.position` | enum | bottom-right | Position on image | -| `watermark.opacity` | float | 0.7 | Transparency (0.1-1.0) | | `preferred_style.name` | string | null | Style name or null | | `preferred_style.description` | string | "" | Custom notes/override | | `preferred_layout` | string | null | Layout preference or null | @@ -97,7 +95,6 @@ watermark: enabled: true content: "@myxhsaccount" position: bottom-right - opacity: 0.5 preferred_style: name: notion diff --git a/skills/baoyu-xhs-images/references/config/watermark-guide.md b/skills/baoyu-xhs-images/references/config/watermark-guide.md index dbc9900..9330014 100644 --- a/skills/baoyu-xhs-images/references/config/watermark-guide.md +++ b/skills/baoyu-xhs-images/references/config/watermark-guide.md @@ -28,15 +28,6 @@ description: Watermark configuration guide for baoyu-xhs-images | `bottom-center` | Centered designs | Text-heavy bottom area | | `top-right` | Bottom-heavy content | Title/header in top-right | -## Opacity Examples - -| Opacity | Visual Effect | Use Case | -|---------|---------------|----------| -| 0.3 | Very subtle, barely visible | Clean aesthetic priority | -| 0.5 | Balanced, noticeable but not distracting | Default recommendation | -| 0.7 | Clearly visible | Brand recognition priority | -| 0.9 | Strong presence | Anti-copy protection | - ## Content Format | Format | Example | Style | @@ -51,23 +42,21 @@ description: Watermark configuration guide for baoyu-xhs-images 1. **Consistency**: Use same watermark across all images in series 2. **Legibility**: Ensure watermark readable on both light/dark areas 3. **Size**: Keep subtle - should not distract from content -4. **Contrast**: Opacity may need adjustment per image background ## Prompt Integration When watermark is enabled, add to image generation prompt: ``` -Include a subtle watermark "[content]" positioned at [position] -with approximately [opacity*100]% visibility. The watermark should -be legible but not distracting from the main content. +Include a subtle watermark "[content]" positioned at [position]. +The watermark should be legible but not distracting from the main content. ``` ## Common Issues | Issue | Solution | |-------|----------| -| Watermark invisible | Increase opacity or adjust position | -| Watermark too prominent | Decrease opacity (0.3-0.5) | +| Watermark invisible | Adjust position or check contrast | +| Watermark too prominent | Change position or reduce size | | Watermark overlaps content | Change position | | Inconsistent across images | Use session ID for consistency |