From abc2025032c7abd2c74001113791b0ab08a39f2b Mon Sep 17 00:00:00 2001 From: none Date: Sat, 25 Nov 2023 21:26:18 +0300 Subject: [PATCH] Little change example. --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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