crop_image
Crop an image to a desired region by setting top-left coordinates and dimensions. Isolate a specific area of a screenshot for focused viewing or export.
Instructions
Crop the image to a specific region.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate of the top-left corner | |
| y | Yes | Y coordinate of the top-left corner | |
| width | Yes | Width of the crop area | |
| height | Yes | Height of the crop area | |
| image_id | Yes | ID of the image to crop |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | Image width in pixels | |
| height | Yes | Image height in pixels | |
| message | Yes | Status message | |
| image_id | Yes | Unique identifier for the captured image |