Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The ImageRotate node rotates an input image by specified angles. It supports four rotation options: no rotation, 90 degrees clockwise, 180 degrees, and 270 degrees clockwise. The rotation is performed using efficient tensor operations that maintain the image data integrity.

Inputs

ParameterData TypeRequiredRangeDescription
imageIMAGEYes-The input image to be rotated
rotationSTRINGYes”none"
"90 degrees"
"180 degrees"
"270 degrees”
The rotation angle to apply to the image

Outputs

Output NameData TypeDescription
imageIMAGEThe rotated output image