Commit e2528723 by BellCodeEditor

save project

parent e3e2db20
Showing with 2 additions and 2 deletions
...@@ -7,5 +7,5 @@ ph=filedialog.askopenfilenames(title='选择图片文件',filetypes=[('png','.pn ...@@ -7,5 +7,5 @@ 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.insert(0,im)
il[0].save("R.gif", save_all=True,append_images=il[1:]) il[0].save("l.gif", save_all=True,append_images=il[1:])
This diff is collapsed. Click to expand it.
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