Compare commits

..

2 Commits

Author SHA1 Message Date
none
9b260c1975 Merge branch 'main' of ssh://5.180.137.216:2222/justuser/pxl_oboard 2023-11-27 20:24:25 +03:00
none
5f1e1c88d7 Update 2023-11-27 20:13:30 +03:00

4
bot.py
View File

@ -82,6 +82,6 @@ image = convert("example.png", [10,0])
from remove_back import * from remove_back import *
draw( optimize(image, [255,255,255]) ) # Remove white background and draw draw( optimize(image, [255,255,255]) ) # Remove white background and draw
# Draw with premium-token, limit 450 # Draw with premium-token, limit 600 (default token)
# Token is fake, >ERROR< # Token is fake, >ERROR<
draw( fill(758,0, 1123,198, [255,255,255]), limit=450, token="3744138bd462cd8180e4w3534rfdsw4rwert" ) draw( fill(758,0, 1123,198, [255,255,255]), limit=600, token="3744138bd462cd8180e4w3534rfdsw4rwert" )