capture_screen_region
Capture a selected area of your screen by specifying pixel coordinates and dimensions.
Instructions
Capture a specific rectangular region of the screen.
Parameters:
x: Left edge coordinate in pixels (0 = left edge of screen).
y: Top edge coordinate in pixels (0 = top edge of screen).
width: Width of the region in pixels.
height: Height of the region in pixels.
max_size: Maximum pixel dimension for the output. Default 800.
Use capture_screen first to see the full screen and identify coordinates. Returns the captured region as an Image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| width | Yes | ||
| height | Yes | ||
| max_size | No |