printed-curtain-render
Installation
SKILL.md
Printed Curtain Render
Workflow
- Resolve the source image, optional text lines, palette, and output directory.
- Resolve the installed skill directory and run
scripts/create_printed_curtain.py. - Wait for
VALIDATION=PASSandOUTPUT_HTML=<absolute path>. - Serve the output directory over HTTP and inspect the result in a browser. Do not use
file://; browser canvas security can prevent local artwork pixels from being sampled. - Return the absolute HTML path, the local-server command, and the chosen artwork settings.
Quick Start
/usr/local/bin/python3 scripts/create_printed_curtain.py \
--image "/absolute/path/to/artwork.png" \
--text "VIBE MOTION" \
--output-dir "$(pwd)/out/printed-curtain"