generate_8_rotations
Generate 8 directional pixel art views from an existing sprite, character description, or concept art. Choose camera perspective and size from 32x32 to 168x168.
Instructions
Generate 8 directional views from an existing image, style, or concept art. 32-168px. Does NOT create a persistent character — for that use create_character_8dir instead. Methods: rotate_character (from existing sprite), create_with_style (from description), create_from_concept (from concept art).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Seed for deterministic generation (default 0) | |
| view | No | Camera perspective | |
| method | Yes | Generation method | |
| image_size | Yes | 32x32 to 168x168 | |
| description | No | For create_with_style: character description | |
| concept_image | No | For create_from_concept: concept art | |
| no_background | No | Generate with transparent background | |
| reference_image | No | For rotate_character: character image with dimensions | |
| style_description | No | Style description for the character |