export_layers
Export each layer of an Aseprite sprite to a separate image file using a customizable output pattern with '{layer}'; optionally include hidden layers.
Instructions
Export each layer to its own image file.
output_pattern must contain "{layer}" (e.g. "layers/{layer}.png"); add
"{frame}" too for animations. include_hidden also exports hidden layers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | ||
| filename | Yes | ||
| include_hidden | No | ||
| output_pattern | Yes |