Make background transparent
From UBot Studio
(Difference between revisions)
(Created page with "This command will make the background image transparent. The command is an Image command. '''Input Image File:''' The image the background transparency will be applied. ...") |
|||
Line 11: | Line 11: | ||
== Example == | == Example == | ||
<pre> | <pre> | ||
− | + | makeBackgroundTransparent("C:\\Users\\Downloads\\000.png","C:\\Users\\Downloads\\001.png","#FDFEFE ") | |
− | + | ||
</pre> | </pre> | ||
− | + | [[File:001.png]] | |
− | + | ||
− | [[File:. | + |
Revision as of 16:55, 8 July 2017
This command will make the background image transparent.
The command is an Image command.
Input Image File: The image the background transparency will be applied.
Output Image File: The resulting output image
Transparent Color: The color replacing the transparent spaces on the image.
Example
makeBackgroundTransparent("C:\\Users\\Downloads\\000.png","C:\\Users\\Downloads\\001.png","#FDFEFE ")