aseprite_export_gif
Export visible layers as an animated transparent GIF with optional frame range and repeat settings, preserving timeline order and frame durations while leaving the source document unchanged.
Instructions
Export visible layers as an animated transparent GIF into a NEW folder. Optional inclusive from/to frame range, repeat -1 once / 0 forever / positive repeat count. Timeline order, preserving frame durations rounded to 10 ms. GIF uses alpha threshold 128 and at most 255 opaque colors per frame; reports any alpha/color/timing changes. Source document stays unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | 1-based frame number. | |
| from | No | 1-based frame number. | |
| name | Yes | ||
| repeat | No | -1 plays once, 0 loops forever, positive values repeat that many times. | |
| documentId | Yes | Exact document ID returned by inspect/create; never guess it. | |
| expectedRevision | Yes | Revision from the most recent inspect or edit result. Re-inspect if stale. |