Rotate

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
(Created page with "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 degr...")
 
 
Line 14: Line 14:
 
<pre>
 
<pre>
  
rotate("C:\\Users\\Downloads\\Capture.JPG",45,"C:\\Users\\Downloads\\Capture45.jpg","Yes","Transparent")
+
rotate("C:\\Users\\Downloads\\Capture.JPG",45,"C:\\Users\\Downloads\\Capture45.jpg","Yes","White")
  
 
</pre>
 
</pre>

Latest revision as of 18:42, 27 June 2017

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.

[edit] 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.

Capture45.jpg

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox