photo_flip_rotate
Flip / Rotate Image — Flip an image horizontally or vertically, rotate it by 90/180/270, or rotate by a custom angle. [category: photo]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Input image (max 25MB) | |
| action | No | Rotate values have NO hyphen: 'rotate90', not 'rotate-90'. 'custom' rotates by the 'degrees' field. | rotate90 |
| degrees | No | Rotation degrees, -360 to 360 — only used when action=custom. |