crop_image
Remove unwanted pixels from image edges by specifying amounts to trim from top, left, right, and bottom.
Instructions
Crop pixels off the edges of an image, in place. Amounts are pixels to remove from each side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Pixels to remove from the top edge | |
| left | No | Pixels to remove from the left edge | |
| right | No | Pixels to remove from the right edge | |
| bottom | No | Pixels to remove from the bottom edge | |
| view_id | Yes | View ID to crop |