crop_canvas
Crops the Aseprite canvas to a specified rectangle, discarding all content outside that area.
Instructions
Crop the canvas to the given rectangle, discarding content outside it.
Args: filename: Aseprite file to modify x: Left edge of the crop area y: Top edge of the crop area width: Width of the crop area height: Height of the crop area
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| x | Yes | ||
| y | Yes | ||
| width | Yes | ||
| height | Yes |