What problem does it solve?
Creating opening and ending title cards for short videos usually requires a design tool or an image-generation API. This Skill renders deterministic, CJK-safe title card PNGs locally with Pillow, with no network calls and no risk of tofu (missing-glyph boxes) in Chinese, Japanese, or Korean text.
Core Features & Use Cases
- Centered Text Rendering: Draws a headline and optional subtitle centered on a solid-color background, with automatic line wrapping for CJK and ASCII text and auto-shrink to fit the canvas width.
- Verified CJK Font Fallback: Searches managed font directories, user font folders, and platform defaults (Windows, macOS, Linux), verifying glyph coverage before drawing and failing with an actionable error instead of rendering tofu.
- Use Case: In a short-drama pipeline, generate a 720x1280 opening card with the episode title in Chinese, then feed the PNG to a video animation step to produce the intro clip.
Quick Start
Render a title card PNG with the text "咖啡店偶遇" and subtitle "短剧" on a dark background at 720x1280 resolution.