export_frame
Export a specific frame from an Aseprite sprite file to an image. Optionally target a single layer.
Instructions
Export a single frame as an image file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Source sprite file | |
| frameNumber | No | Frame to export (1-indexed, default: 1) | |
| outputPath | Yes | Output image path | |
| layerName | No | Export only this layer (optional) |