export_sprite
Export an Aseprite file to PNG, GIF, JPG, or another format by specifying the source file, output filename, and desired format.
Instructions
Export the Aseprite file to another format.
Args: filename: Name of the Aseprite file to export output_filename: Name of the output file format: Output format (default: "png", can be "png", "gif", "jpg", etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | png | |
| filename | Yes | ||
| output_filename | Yes |