Watermark image with text
From UBot Studio
This command will add a text watermark to an image.
The command is an Image command.
Background Image: The image being watermark.
Watermark Text: The text being used to watermark the background image.
Output Image File:The resulting watermarked image.
Font Family: The font for the text watermark.
Font Size: The font size of the text watermark.
Location: determines the location of the watermark text on the background image(upper right, upper left, bottom right, bottom left, center).
Opacity: The visibility of the watermark text.
Example
watermarkImageWithText("C:\\Users\\Downloads\\Capture.JPG","Here.Com","C:\\Users\\Downloads\\herewebsite.jpg","Roboto",24,"Upper Right",50)
Running the script will watermark the background image on the upper right with the watermark text.