mirror of
https://github.com/JimLiu/baoyu-skills.git
synced 2026-07-12 05:51:44 +08:00
2.9 KiB
2.9 KiB
name, description
| name | description |
|---|---|
| watermark-guide | Watermark configuration guide for baoyu-comic |
Watermark Guide
Position Diagram
┌─────────────────────────────┐
│ [top-right]│ ← Avoid (conflicts with page numbers)
│ │
│ │
│ COMIC PAGE CONTENT │
│ │
│ │
│[bottom-left][bottom-center][bottom-right]│
└─────────────────────────────┘
Position Recommendations
| Position | Best For | Avoid When |
|---|---|---|
bottom-right |
Default choice, works with most panel layouts | Key panel in bottom-right |
bottom-left |
Right-heavy layouts | Key panel in bottom-left |
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 |
|---|---|---|
| Handle | @username |
Social media style |
| Text | Studio Name |
Professional branding |
| Chinese | 漫画工作室 |
Chinese market |
| Initials | ABC |
Minimal, clean |
Best Practices for Comics
- Panel-aware placement: Avoid placing over speech bubbles or key action
- Consistency: Use same watermark across all pages in comic
- Size: Keep subtle - should not distract from storytelling
- Style matching: Watermark style should complement comic's visual style
- Webtoon special: Use
bottom-centerfor vertical scroll format
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 comic panels and storytelling.
Ensure watermark does not overlap speech bubbles or key action.
Common Issues
| Issue | Solution |
|---|---|
| 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) |
| Conflicts with page number | Never use top-right position |