add_frame
Add new frames to a sprite, with options for count, insertion position, and empty creation.
Instructions
Add new frame(s) to a sprite
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Sprite file | |
| count | No | Number of frames to add (default: 1) | |
| afterFrame | No | Insert after this frame number (1-indexed). If omitted, appends at end. | |
| empty | No | Create empty frames (default: false, copies previous) | |
| savePath | No | Path to save |