export_png
Export a specific frame of an Aseprite sprite as a flattened PNG file, with adjustable scaling and overwrite control.
Instructions
Export one frame as a flattened PNG.
Args:
output: Destination .png path.
frame: Frame to export, 1-based (default 1).
scale: Integer upscaling factor (default 1).
overwrite: Replace `output` if it already exists (default False = no-clobber).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frame | No | ||
| scale | No | ||
| output | Yes | ||
| filename | Yes | ||
| overwrite | No |