Commit 5231af39 by BellCodeEditor

save project

parent 51f1dfeb
Showing with 7 additions and 2 deletions
...@@ -7,4 +7,10 @@ ph=filedialog.askopenfilenames(title='选择图片文件',filetypes=[('png','.pn ...@@ -7,4 +7,10 @@ ph=filedialog.askopenfilenames(title='选择图片文件',filetypes=[('png','.pn
il=[] il=[]
for i in ph: for i in ph:
im=Image.open(i) im=Image.open(i)
il.append(im) il.append(im)
\ No newline at end of file img_list=[]
for i in path
img Image.open
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