Rotate
Rotate turns the image by a precise angle, straightening a tilted horizon or applying a deliberate creative tilt.
Parameters
| Parameter | Type | Range | Default | What it does |
|---|---|---|---|---|
| Degrees | number | -1080° to 1080° | 0° | Rotation angle. Positive rotates clockwise. |
How it works
Rotating by any amount other than a multiple of 90° exposes corners of the frame outside the original image bounds — those are filled with black. Combine with Crop to trim the exposed corners after straightening.
See also
Flip for mirroring instead of rotating.
Control preview
JSON structure
{
"id": "rotate",
"enabled": true,
"params": {
"degrees": 0
}
}