Watermark image with text
From UBot Studio
(Difference between revisions)
m (LillyT moved page WatermarkImageWithText to Watermark image with text) |
|||
(One intermediate revision by one user not shown) | |||
Line 20: | Line 20: | ||
<pre> | <pre> | ||
− | + | watermark image with text("C:\\Users\\Downloads\\Capture.JPG","Here.Com","C:\\Users\\Downloads\\herewebsite.jpg","Roboto",24,"Upper Right",50) | |
</pre> | </pre> |
Latest revision as of 15:28, 13 November 2017
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.
[edit] Example
watermark image with text("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.