Skip to main content

Rotate

Rotates an image by a multiple of 90 degrees.

🖼️ Image options and parameters of rotate method

Rotating images in image processing involves changing the orientation of the image by a certain angle. This can be useful for correcting the orientation of images, creating artistic effects, or preparing images for specific tasks. Just like with flipping, you can achieve this using various programming languages and image processing libraries.

placeholderplaceholder
Ran in 0.00μs (Infinity ops/s)

Kinds of images compatible with algorithm

Image propertyWhat it meansPossible values
bitDepthnumber of bits per channel[8,16]
componentsnumber of componentsany
alphais alpha channel allowedtrue

Parameters and its default values

  • RotateAngle