Little change example.
This commit is contained in:
parent
38e68ce92d
commit
abc2025032
2
bot.py
2
bot.py
@ -80,6 +80,6 @@ draw(pas2( rand(0,0, 100,100) ))
|
||||
|
||||
# Draw image (flipped (BUG) )
|
||||
from im_convert import *
|
||||
image = convert("example.png", [600,0])
|
||||
image = convert("example.png", [10,0])
|
||||
from remove_back import *
|
||||
draw( optimize(image, [255,255,255]) ) # Remove white background and draw
|
||||
|
Loading…
Reference in New Issue
Block a user