Rotate Image

Rotates an image clockwise by the specified angle.
Optionally, a Boolean signal can be selected for the Enable Execution input so that the algorithm is only active if the value of the selected signal is TRUE.
Configuration options
- Angle in deg: (Optional) Angle of rotation in degrees (positive: counterclockwise, negative: clockwise).
- Adjust dest size: (Optional) If TRUE, the size of the output image is adjusted so that the fully rotated input image is included. Otherwise, the output image is set to the size of the input image.
- Interpolation Type: (Optional) Interpolation method.
- Border Interpolation: (Optional) Interpolation method at the border (ISOLATED is not supported).
- Border Value: (Optional) Border value if CONSTANT is used.
Output values
- Count Results: Is incremented when a new result is provided.
- hr: HRESULT error code that outputs the result of the processing.
- Image: Initial image of the algorithm.
- New Result: (Optional) TRUE if a new result is provided.