rotate_image
Rotates an image by 90, 180, or 270 degrees to correct orientation or adjust the viewing angle.
Instructions
Rotate the image by 90, 180, or 270 degrees.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| angle | No | Rotation angle: 90 (left), 180, or 270 (right) | |
| image_id | Yes | ID of the image to rotate |
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 |