Caption image
From UBot Studio
(Difference between revisions)
(Created page with "This command will flip the given image horizontally or vertically. The command is an Image command. '''Background Image:''' The input image being flipped. '''Caption Te...") |
m (LillyT moved page CaptionImage to Caption image) |
||
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | This command will | + | This command will add a text caption to the top or bottom of the background image. |
The command is an [[Image]] command. | The command is an [[Image]] command. | ||
Line 18: | Line 18: | ||
<pre> | <pre> | ||
− | + | caption image("C:\\Users\\Downloads\\Capture.JPG","Follow The Path","Home","C:\\Users\\Downloads\\CapCapture.JPG","Georgia",36) | |
</pre> | </pre> |
Latest revision as of 15:58, 13 November 2017
This command will add a text caption to the top or bottom of the background image.
The command is an Image command.
Background Image: The input image being flipped.
Caption Text Top: The resulting flipped image.
Caption Text Bottom: Determines the section of the image being cropped on the x axis.
Output Image File: Determines the section of the image being cropped on the y axis.
Font Size: The font size of the text caption.
Font Family: The font family of the text caption.
[edit] Example
caption image("C:\\Users\\Downloads\\Capture.JPG","Follow The Path","Home","C:\\Users\\Downloads\\CapCapture.JPG","Georgia",36)
Running the script will caption the background image with the caption text at the size and font specified.