Make background transparent
From UBot Studio
(Difference between revisions)
Line 11: | Line 11: | ||
== Example == | == Example == | ||
<pre> | <pre> | ||
− | + | make background transparent("C:\\Users\\Downloads\\000.png","C:\\Users\\Downloads\\001.png","#FDFEFE ") | |
</pre> | </pre> | ||
[[File:001.png]] | [[File:001.png]] |
Revision as of 17:45, 13 November 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
make background transparent("C:\\Users\\Downloads\\000.png","C:\\Users\\Downloads\\001.png","#FDFEFE ")