export_tag
Export an Aseprite animation tag's frames as a GIF or PNG sequence, with optional scaling. Specify the source file, tag name, output path, and scale factor.
Instructions
Export the frames of an animation tag as a GIF or PNG sequence.
Args: filename: Aseprite file to export tag_name: Animation tag to export output_filename: Output path; .gif gives an animation, .png a sequence scale: Integer scale factor (default 1)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | ||
| filename | Yes | ||
| tag_name | Yes | ||
| output_filename | Yes |