Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Create educational and knowledge comics with multiple art styles (manga, ligne-claire, ink-brush) and tone combinations.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
references/config/watermark-guide.md
1---2name: watermark-guide3description: Watermark configuration guide for baoyu-comic4---56# Watermark Guide78## Position Diagram910```11┌─────────────────────────────┐12│ [top-right]│ ← Avoid (conflicts with page numbers)13│ │14│ │15│ COMIC PAGE CONTENT │16│ │17│ │18│[bottom-left][bottom-center][bottom-right]│19└─────────────────────────────┘20```2122## Position Recommendations2324| Position | Best For | Avoid When |25|----------|----------|------------|26| `bottom-right` | Default choice, works with most panel layouts | Key panel in bottom-right |27| `bottom-left` | Right-heavy layouts | Key panel in bottom-left |28| `bottom-center` | Webtoon vertical scroll, centered designs | Text-heavy bottom area |29| `top-right` | **Not recommended for comics** | Always - conflicts with page numbers |3031## Content Format3233| Format | Example | Style |34|--------|---------|-------|35| Handle | `@username` | Social media style |36| Text | `Studio Name` | Professional branding |37| Chinese | `漫画工作室` | Chinese market |38| Initials | `ABC` | Minimal, clean |3940## Best Practices for Comics41421. **Panel-aware placement**: Avoid placing over speech bubbles or key action432. **Consistency**: Use same watermark across all pages in comic443. **Size**: Keep subtle - should not distract from storytelling454. **Style matching**: Watermark style should complement comic's visual style465. **Webtoon special**: Use `bottom-center` for vertical scroll format4748## Prompt Integration4950When watermark is enabled, add to image generation prompt:5152```53Include a subtle watermark "[content]" positioned at [position].54The watermark should be legible but not distracting from the comic panels55and storytelling. Ensure watermark does not overlap speech bubbles or key action.56```5758## Common Issues5960| Issue | Solution |61|-------|----------|62| Watermark invisible on dark panels | Adjust contrast or add subtle outline |63| Watermark overlaps speech bubble | Change position or lower on page |64| Watermark inconsistent across pages | Use session ID for consistency |65| Watermark too prominent | Change position or reduce size |66| Conflicts with page number | Never use top-right position |67