add_border
Add a customizable border around an image using a specified color and pixel width. Use this to frame screenshots or images for emphasis or annotation.
Instructions
Add a border around the entire image.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | Border color | #000000 |
| width | No | Border width in pixels | |
| image_id | Yes | ID of the image |
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 |