Read Sprite Info
aseprite_sprite_infoOpens a sprite and returns metadata about size, frames, layers, and tags. Use this tool to inspect Aseprite file structure without manual parsing.
Instructions
Open a sprite and return metadata about size, frames, layers, and tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory for Aseprite commands. | |
| input | Yes | ||
| timeoutMs | No | Command timeout in milliseconds. | |
| asepritePath | No | Path to the Aseprite executable. Defaults to ASEPRITE_PATH or PATH discovery. |