get_pixel_grid_preview
Generates an enlarged PNG preview of Aseprite pixel art using nearest-neighbor scaling with a 1px grid, X/Y rulers, and optional pixel or region highlights for inspection.
Instructions
Generates an enlarged visual inspection PNG with nearest-neighbor scaling, 1px pixel grid separators, X/Y coordinate rulers, and optional highlights.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | Pixel zoom scale (default 16x) | |
| showGrid | No | Draw grid lines between pixel boundaries | |
| frameIndex | No | Frame number (1-indexed) | |
| checkerboard | No | Show checkerboard backdrop for transparent pixels | |
| highlightPixels | No | List of specific pixel coordinates to highlight with cyan outline | |
| highlightRegion | No | Highlight bounding box area with gold outline | |
| showCoordinates | No | Display coordinate numbers along top and left rulers |