Optimize support

main
justuser31 2 years ago
parent 0263b7bc6f
commit 5d6923aaf6

@ -115,12 +115,19 @@ for x, y, color in result_list:
#new_img.show()
new_img.show()
from bot import *
from remove_back import *
print("\nOptimize image?")
a = input("(Y/N) : ")
if a.lower() == 'y':
res_list = optimize(res_list)
print("\nCheck image.")
print("Upload image?")
a = input("(Y/N) : ")
if a.lower() == 'y':
draw(res_list)

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save