Combine images
From UBot Studio
(Difference between revisions)
(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. ''...") |
Revision as of 15:47, 29 June 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
combineImages("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.