export_png
Exports the active sprite or a specific frame to a PNG file on disk, with optional scaling.
Instructions
Exports the active sprite or frame to a PNG image file on disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | Nearest-neighbor export scale factor | |
| outputPath | Yes | Target .png file path | |
| frameNumber | No | Specific frame number to export |