resize_image
Resize pixel art images using AI to any size between 16 and 200 pixels while preserving quality. For best results, shrink by no more than 50% or grow by up to 2x per operation.
Instructions
AI-powered resize of a pixel art image to a different resolution while preserving quality. Source and target 16-200px. Best in steps: max 50% shrink or 2x grow per operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Seed for deterministic generation (default 0) | |
| view | No | Camera perspective | |
| direction | No | Character facing direction | |
| isometric | No | Generate in isometric view (default false) | |
| init_image | No | Optional initialization image | |
| color_image | No | Color palette reference image | |
| description | Yes | Description of the character/object | |
| target_size | Yes | Target dimensions (16-200px) | |
| no_background | No | Generate with transparent background | |
| reference_image | Yes | Image to resize | |
| oblique_projection | No | Use oblique projection (default false) | |
| init_image_strength | No | Init image influence (default 150.0) | |
| reference_image_size | Yes | Current image dimensions |