resize_canvas
Resize the canvas to specified width and height, clipping any content outside the new bounds.
Instructions
Resize the canvas. Content outside the new bounds will be clipped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | New width (4-200) | |
| height | Yes | New height (4-100) |