export_frames
Export each frame of a sprite to a separate image file by specifying an output pattern with {frame}, {tag}, or {layer} placeholders.
Instructions
Export each frame to its own image file.
output_pattern must contain "{frame}" (and optionally "{tag}", "{layer}"),
e.g. "frames/walk_{frame}.png". Aseprite substitutes the values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | ||
| filename | Yes | ||
| output_pattern | Yes |