Create blank image

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
Line 13: Line 13:
 
== Example ==
 
== Example ==
 
<pre>
 
<pre>
createBlankImage("C:\\Users\\Downloads\\myblankimg.jpg",400,560,"red")
+
create blank image("C:\\Users\\Downloads\\myblankimg.jpg",400,560,"red")
 
</pre>
 
</pre>
  

Revision as of 18:06, 13 November 2017

This command will return a blank image fill,

The command is an Image command.

Output Image File: The blank image being created.

Width: The width of the blank image

Height: The height of the blank image

Background Color: The background color of the blank image.

Example

create blank image("C:\\Users\\Downloads\\myblankimg.jpg",400,560,"red")


Running the script output a blank image file with a red background at the width and height specified.

Myblankimg.jpg

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox