View image
aseprite_viewRender the current frame as a PNG to inspect the drawing result, with optional zoom and critique panels for color, grayscale, silhouette, and color-blindness checks.
Instructions
Renders the visible, flattened frame as an upscaled PNG so you can look at and check the result yourself. Transparency is shown as a checkerboard. Use rect to zoom into a detail. Call it once after a drawing pass, not after every step. If your client cannot show images, use aseprite_read_pixels instead. critique=true instead returns ONE small sheet for self-review: colour, grayscale (value/contrast check), black silhouette (readability) and true 1x size; add 'deutan' to panels for a colour-blindness check. Max 128x128 px (or pass rect).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| grid | No | Draw a pixel grid (scale 4 or more) | |
| rect | No | Only this [x, y, width, height] region or "selection", zoomed in (default: whole canvas) | |
| frame | No | ||
| scale | No | Default: automatic (~512 px) | |
| panels | No | critique only (default ["color","gray","silhouette","1x"]) | |
| checker | No | ||
| critique | No |