Combine images
From UBot Studio
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.