add_arrow
Draw an arrow on a screenshot to highlight a specific region or direction, with customizable start/end points, color, line width, and head size.
Instructions
Draw an arrow on the image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | X coordinate of the arrow start | |
| x2 | Yes | X coordinate of the arrow end (tip) | |
| y1 | Yes | Y coordinate of the arrow start | |
| y2 | Yes | Y coordinate of the arrow end (tip) | |
| color | No | Color of the arrow | red |
| image_id | Yes | ID of the image to annotate | |
| head_size | No | Size of the arrow head | |
| line_width | No | Width of the arrow line |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Status message | |
| image_id | Yes | Image ID that was annotated |