Combine images

From UBot Studio
(Difference between revisions)
Jump to: navigation, search
(Created page with "This command will combine two images into one image. The command is an Image command. '''Background Image File:''' The image onto which the top image will be placed. ''...")
 
Line 11: Line 11:
 
== Example ==
 
== Example ==
 
<pre>
 
<pre>
combineImages("C:\\Users\\Downloads\\Capture0.JPG","C:\\Users\\Downloads\\Capture.JPG","C:\\Users\\Downloads\\combinedimgs.jpg")
+
combine images("C:\\Users\\Downloads\\Capture0.JPG","C:\\Users\\Downloads\\Capture.JPG","C:\\Users\\Downloads\\combinedimgs.jpg")
  
 
</pre>
 
</pre>

Revision as of 16:17, 13 November 2017

This command will combine two images into one image.

The command is an Image command.

Background Image File: The image onto which the top image will be placed.

Top Image File: The image being placed on top of the background image.

Output Image File: The resulting combined image.

Example

combine images("C:\\Users\\Downloads\\Capture0.JPG","C:\\Users\\Downloads\\Capture.JPG","C:\\Users\\Downloads\\combinedimgs.jpg")

Running the script will combine the background image with the top image.

Combinedimgs.jpg

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox