Commit d6043057 by BellCodeEditor

save project

parent c1149e41
Showing with 2 additions and 2 deletions
...@@ -10,7 +10,7 @@ path = filedialog.askopenfilenames(title='选择图片文件', ...@@ -10,7 +10,7 @@ path = filedialog.askopenfilenames(title='选择图片文件',
l=[] l=[]
for i in path: for i in path:
img=Image.open(i) img=Image.open(i)
l.append(img) l.insert(img)
l[0].save("bot1.gif",save_all=True, l[0].save("dive2.gif",save_all=True,
append_images=l[1:]) append_images=l[1:])
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