Commit f1f7642c by BellCodeEditor

save project

parent 53cff544
This diff is collapsed. Click to expand it.
......@@ -7,7 +7,7 @@ path = filedialog.askopenfilenames(title='选择图片文件',
filetypes=[('png ','.png')],
initialdir='./')
list = []
list1 = []
for i in path:
img = Image.open(i)
list1.append(img)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment