resize_canvas
Adjust the active sprite's canvas dimensions to a new width and height with anchor placement, avoiding interpolation or blurring.
Instructions
Resizes the active sprite canvas dimensions without interpolation or blurring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | New canvas width | |
| anchor | No | Anchor point for resizing | top_left |
| height | Yes | New canvas height |