pixel_export_spritesheet
Pack multiple same-size canvas PNGs into a single spritesheet PNG grid with configurable columns per row, ideal for game engines.
Instructions
Pack same-size canvas PNGs into a single spritesheet PNG grid.
Frames are placed left-to-right, top-to-bottom, columns per row (all in
one row if omitted), with no padding — ideal for game engines. Source
canvases are untouched. Returns JSON {"exported", "frames", "columns",
"rows", "frame_width", "frame_height", "width", "height"}. On failure
returns "Error: ...".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |