# Angle (Rotate)

<table><thead><tr><th width="132.33333333333331">Value</th><th width="88">Type</th><th>Description</th></tr></thead><tbody><tr><td><strong>angle value</strong></td><td>integer</td><td><p>Value can be;</p><ul><li>An integer value to set the rotation angle of the image.</li></ul><p>Eg. a_90, a_180, a_30</p></td></tr></tbody></table>

Rotates the image at a given angle. Values smaller than 0 or larger than 360 will be converted into actual angles.

<figure><img src="https://demo.imagemash.io/a_90/KFC_logo.png" alt=""><figcaption><p><a href="https://demo.imagemash.io/a_90/KFC_logo.png">https://demo.imagemash.io/a_90/KFC_logo.png</a></p></figcaption></figure>

{% hint style="info" %}
When the given angle is not the multiplier of 90, extra background pixels may appear. Since image dimensions will be changed and new pixels will be added.

You can use the [Background](https://docs.imagemash.io/image-transform/transform-options/background) function to adjust it.
{% endhint %}

> *Normally extra pixels will appear as white. We used **bg\_grey** to make it easier for you to spot the new pixels.*

![](https://demo.imagemash.io/a_80,bg_grey/KFC_logo.png) ![](https://demo.imagemash.io/a_30,h_300,bg_grey/jeep.png)

<figure><img src="https://demo.imagemash.io/h_300,a_80,bg_transparent/KFC_logo.png" alt=""><figcaption><p><a href="https://demo.imagemash.io/h_300,a_80,bg_transparent/KFC_logo.png">https://demo.imagemash.io/h_300,a_80,bg_transparent/KFC_logo.png</a></p></figcaption></figure>

<figure><img src="https://demo.imagemash.io/h_300,a_30,bg_transparent/jeep.png" alt=""><figcaption><p><a href="https://demo.imagemash.io/h_300,a_30,bg_transparent/jeep.png">https://demo.imagemash.io/h_300,a_30,bg_transparent/jeep.png</a></p></figcaption></figure>
