Rotate
From UBot Studio
This command will resize a given image at the degree provided.
The command is an Image command.
Input Image File: The image being rotated.
Degrees: The degree to which the image will be rotated.
Adjust Canvas Size: Adjusts the size of the canvas for the rotating image.
Background Color: The color of the image being rotated.
Example
rotate("C:\\Users\\Downloads\\Capture.JPG",45,"C:\\Users\\Downloads\\Capture45.jpg","Yes","White")
Running the script will rotate the input image by the set degree, adjust the canvas size and set a background color.