get_canvas
Render the active Aseprite canvas, layer, or frame as a nearest-neighbor scaled PNG image to inspect pixel art during editing.
Instructions
Renders the active sprite canvas/frame as a crisp PNG image using nearest-neighbor scaling. Returns official MCP image content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | Nearest-neighbor integer scale multiplier (e.g. 8 for 8x zoom) | |
| layerName | No | Optional specific layer name to render instead of composite | |
| frameIndex | No | Frame number to render (1-indexed, defaults to active frame) | |
| checkerboard | No | Overlay checkerboard backdrop behind transparent pixels |