pixelart_get_canvas_preview
Get an upscaled PNG preview of a pixel art canvas for visual inspection. Scale the image using nearest-neighbor upscaling to make small details visible.
Instructions
Return the current canvas as an upscaled PNG image for visual inspection.
Args:
params: canvas_id, scale (nearest-neighbor upscale factor).
Returns:
Image: PNG preview, upscaled by scale so small pixel art is visible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |