Create image from text
From UBot Studio
(Difference between revisions)
(Created page with "This command will create an image from written text. The command is an Image command. '''Text:''' Text being turned into an image. '''Output Image File:''' The resultin...") |
m (LillyT moved page CreateImageFromText to Create image from text) |
||
(One intermediate revision by one user not shown) | |||
Line 16: | Line 16: | ||
<pre> | <pre> | ||
− | + | create image from text("TEST TEST","C:\\Users\\Downloads\\test test.jpg","Quattrocento Sans",96,"Blue") | |
</pre> | </pre> |
Latest revision as of 15:39, 13 November 2017
This command will create an image from written text.
The command is an Image command.
Text: Text being turned into an image.
Output Image File: The resulting text image.
Font Family:The font of the text image.
Font Size: The size of the text being turned into an image.
Text Color: The color of the text image.
[edit] Example
create image from text("TEST TEST","C:\\Users\\Downloads\\test test.jpg","Quattrocento Sans",96,"Blue")
Running the script will create a .jpg image of the given text with a font size of 96 and a font color of blue.