diff --git a/bot.py b/bot.py index 4a5982f..989fbe8 100644 --- a/bot.py +++ b/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