view
Render the canvas (or a selected region) as a PNG image to inspect the current state of your pixel art after making edits.
Instructions
Render the canvas (or a region) as a PNG. The primary perception tool: call it after every couple of edits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frame | No | Frame index, 0-based (default: active frame) | |
| scale | No | Default: longer side scaled to 320-640px | |
| coords | No | Coordinate rulers (default true) | |
| doc_id | Yes | Document id | |
| layers | No | Render only these layers (ids or names), even if hidden | |
| region | No | ||
| grid_overlay | No | Pixel grid lines (default false) |