flip_image
Flip any image horizontally or vertically by providing its ID and desired direction for quick orientation fixes.
Instructions
Flip the image horizontally (mirror) or vertically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_id | Yes | ID of the image to flip | |
| direction | No | Flip direction: horizontal (mirror) or vertical | horizontal |
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 |