Angle (Rotate)

angle - a - a_<angle value>

Value
Type
Description

angle value

integer

Value can be;

  • An integer value to set the rotation angle of the image.

Eg. a_90, a_180, a_30

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

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 function to adjust it.

Normally extra pixels will appear as white. We used bg_grey to make it easier for you to spot the new pixels.

Last updated