tool_image_coordinates
Get pixel and coordinate information from an image by providing x, y positions. Returns the exact pixel and coordinates for the specified point.
Instructions
[image] Image Coordinates
Parameters:
file (bytes): File
x (number): X
y (number): Y
Outputs:
coordinates (json): Coordinates
pixel (json): Pixel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | X | |
| y | No | Y | |
| file | No | File (base64 file payload) | |
| pixel | No | Pixel | |
| coordinates | No | Coordinates |