read_image
Extract palette-index pixels from a Pyxel image-bank region and render them to a PNG for direct visual verification.
Instructions
Read palette-index pixels from a Pyxel image-bank region and optionally render it to PNG; inline=true returns the render as image content and makes render_path optional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| h | No | ||
| w | No | ||
| x | No | ||
| y | No | ||
| image | Yes | ||
| inline | No | ||
| script | Yes | ||
| render_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| errors | Yes | ||
| pixels | No | ||
| region | No | ||
| rendered | No | ||
| bank_size | No | ||
| color_count | No | ||
| image_index | No |