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...") |
Revision as of 19:24, 23 June 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.
Example
createImageFromText("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.