capture_region
Capture any screen region by specifying coordinates, width, and height. Save the image to a file path for later use.
Instructions
Capture a specific region of the screen
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate | |
| y | Yes | Y coordinate | |
| width | Yes | Width of region | |
| height | Yes | Height of region | |
| save_path | No | Optional save path |