resize_sprite
Resize a sprite image to new width and height in pixels, with option to specify save path or overwrite original.
Instructions
Resize a sprite to new dimensions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Source sprite file | |
| width | Yes | New width in pixels | |
| height | Yes | New height in pixels | |
| savePath | No | Path to save (defaults to overwrite source) |