Watermark image with text
From UBot Studio
(Difference between revisions)
(Created page with "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 be...") |
|||
Line 1: | Line 1: | ||
This command will add a text watermark to an image. | This command will add a text watermark to an image. | ||
+ | |||
The command is an [[Image]] command. | The command is an [[Image]] command. | ||
Line 18: | Line 19: | ||
== Example == | == Example == | ||
<pre> | <pre> | ||
+ | |||
+ | watermarkImageWithText("C:\\Users\\Downloads\\Capture.JPG","Here.Com","C:\\Users\\Downloads\\herewebsite.jpg","Roboto",24,"Upper Right",50) | ||
</pre> | </pre> | ||
Line 25: | Line 28: | ||
− | [[File:.jpg]] | + | [[File:herewebsite.jpg]] |
Revision as of 11:28, 23 June 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.
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.