Rotate Image Angle
This function block allows you to rotate an input image by a specified angle. Users can control the angle of rotation using a slider and choose whether to crop the background after the rotation.
📥 Inputs
Image Any
This input accepts any image that you wish to rotate.
📤 Outputs
Image Any
This output provides the rotated image based on the specified angle.
Angle
This output returns the current angle of rotation being applied.
🕹️ Controls
Crop Background
A checkbox that allows you to choose whether to crop the rotated image to remove any background that extends beyond the original image dimensions.
Angle
A slider to change the rotation angle from 0 to 360 degrees. The angle can be modified in 30-degree increments.
🎨 Features
Dynamic Rotation
The block allows users to rotate images interactively via a slider, enabling real-time adjustments.
Background Cropping
The option to crop the background ensures that the output image remains clean and focused on the content.
📝 Usage Instructions
Input Image: Connect the image you want to rotate to the
Image Any
input.Set Angle: Use the slider to select the desired rotation angle.
Choose Crop Option: Check the
Crop Background
box if you want the output image cropped to remove any excess background after rotation.Evaluate: Run the block to rotate the image according to the specified angle and cropping settings.
📊 Evaluation
Upon execution, this function block processes the input image, rotates it by the specified angle, and outputs the modified image with optional cropping applied based on user settings.
💡 Tips and Tricks
🛠️ Troubleshooting
Last updated