Optimize support
This commit is contained in:
+8
-1
@@ -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)
|
||||
|
||||
|
||||
+17
-20
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user