# Rotate

### Rotate

You can rotate an image by a specified angle (in degrees). This is useful for quick orientation fixes, creative effects, and thumbnail variations—especially for mobile photos that are saved with rotation.

***

#### `rotate`

**Description**

Rotates the image by the specified angle. Positive (`+`) values rotate the image **clockwise.**

**Format**

```
?rotate={degrees}
```

**Supported range**

* `-360 ~ 360`&#x20;

**Examples**

| Request        | Result                           |
| -------------- | -------------------------------- |
| `?rotate=90`   | Rotate **90° clockwise**         |
| `?rotate=-323` | Rotate **323° counterclockwise** |
