export_sprite_sheet
Export sprites as sprite sheet images and optional JSON data to simplify game and animation asset creation.
Instructions
Export a sprite as a sprite sheet image with optional JSON data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Source sprite file | |
| outputImage | Yes | Output sprite sheet image path (.png) | |
| dataFile | No | Output JSON data file path (optional) | |
| sheetType | No | Sheet layout type (default: rows) | |
| columns | No | Fixed number of columns | |
| rows | No | Fixed number of rows | |
| borderPadding | No | Padding on texture borders | |
| shapePadding | No | Padding between frames | |
| innerPadding | No | Padding inside each frame | |
| trim | No | Trim transparent edges | |
| mergeDuplicates | No | Merge duplicate frames | |
| layer | No | Export only this layer | |
| tag | No | Export only this tag | |
| splitLayers | No | Split each layer into separate images |