get_pixels
Extract composited pixel colors from a region of an Aseprite file. Returns rows of hex color strings, limited to 64x64 pixels per call for manageable responses.
Instructions
Read the composited (all visible layers) pixel colours of a region.
Returns rows of "#RRGGBBAA" hex strings. The region is capped at 64x64 (4096 pixels) per call to keep responses small — read in tiles for bigger areas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| frame | No | ||
| width | No | ||
| height | No | ||
| filename | Yes |