art.pipeline.analyze
Analyze a reference image to extract its color palette, silhouette, composition, and pixel characteristics. Supply a file path or reference ID to get structured art analysis for maintaining style consistency.
Instructions
Analyze a reference image. Returns palette, silhouette, composition, pixel characteristics. Provide either a file path or reference_id of an already-uploaded reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pose | No | Pose (e.g. "standing", "walking", "idle") | |
| facing | No | Facing direction (e.g. "front", "left", "3/4") | |
| subject | No | What the image depicts (e.g. "goblin warrior") | |
| category | No | Asset category (e.g. "monster", "character", "tile") | |
| file_path | No | Path to PNG file (relative to project root) | |
| reference_id | No | Reference ID (if already stored in references/) |