Watermark image with image
From UBot Studio
This command will watermark the image with another image. The command is an Image command.
Background Image: The image being watermark.
Watermark Image: The image being used to watermark the background image.
Output Image File:The resulting watermarked image.
Location: determines the location of the watermark image on the background image(upper right, upper left, bottom right, bottom left, center).
Opacity: The transparency of the watermark image.
Example
watermark image with image("C:\\Users\\Downloads\\Capture.JPG","C:\\Users\\Downloads\\wamar.JPG","C:\\Users\\Downloads\\capwamar.jpg","Upper Right",50)
Running the script will watermark the background image on the upper right with the watermark image.