aseprite_convert
Convert sprite files between .aseprite, .png, and .gif formats, with optional integer scaling (2x, 4x, 8x) for pixel-perfect previews or exports.
Instructions
Convert a sprite file to another format (.png, .gif, .aseprite) with optional pixel-perfect integer scaling (e.g. 2x, 4x, 8x).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | Pixel scale factor (1 = original size, 4 = 4x larger for preview) | |
| inputPath | Yes | Source file path | |
| frameRange | No | Optional frame range, e.g. '1,4' | |
| outputPath | Yes | Destination file path (e.g. 'hero_preview.gif' or 'hero_large.png') |