outline
Adds an outline around non-transparent pixels on a specified layer of a sprite. Define outline color and save the result.
Instructions
Add an outline around non-transparent pixels on a layer
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Sprite file | |
| layerName | No | Target layer name | |
| frameNumber | No | Frame number (1-indexed, default: 1) | |
| color | Yes | Outline color as hex string (#RRGGBB), palette index, or {r,g,b,a} | |
| savePath | No | Path to save |