Watermark image with image
From UBot Studio
(Difference between revisions)
(Created page with "This command will watermark the image with another image. The command is an Image command. '''Background Image:''' The image being watermark. '''Watermark Image:''' The ...") |
m (LillyT moved page Water mark image with image to Watermark image with image without leaving a redirect) |
||
(2 intermediate revisions by one user not shown) | |||
Line 14: | Line 14: | ||
== Example == | == Example == | ||
<pre> | <pre> | ||
− | + | watermark image with image("C:\\Users\\Downloads\\Capture.JPG","C:\\Users\\Downloads\\wamar.JPG","C:\\Users\\Downloads\\capwamar.jpg","Upper Right",50) | |
</pre> | </pre> |
Latest revision as of 15:23, 13 November 2017
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.
[edit] 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.