create_image_pixen
Create pixel art sprites with controlled outline, detail, view, and direction. Optionally enhance prompts for richer results.
Instructions
Generate pixel art using the Pixen engine. Width/height 16-768px each but max area 512x512, and both must be divisible by 4. Supports outline/detail style hints, view/direction, and optional prompt enhancement. A modern alternative to generate_image with finer outline/detail control.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Seed for deterministic generation (default 0) | |
| view | No | Camera perspective | |
| detail | No | Detail level (default 'highly detailed') | |
| outline | No | Outline style | |
| direction | No | Character facing direction | |
| image_size | Yes | Width/height each 16-768, max area 512x512, both divisible by 4 | |
| description | Yes | Text description of the image to generate | |
| no_background | No | Generate with transparent background (default false) | |
| enhance_prompt | No | Auto-expand the description into a richer prompt before generating (default false) | |
| background_removal_task | No | Background removal complexity (default remove_simple_background) |