Commit 25300235 by BellCodeEditor

save project

parent 518d9de9
Showing with 1 additions and 1 deletions
......@@ -7,7 +7,7 @@ path=filedialog.askopenfilenames(title='选择图片文件',filetypes=[('png','.
sequence=[]
for i in path:
im=Image.open(i)
il.append(img)
sequence.insert(img)
sequence[0].save("bot.gif", save_all=True,append_images=sequence[1:])
#from tkinter import filedialog , Tkgg
#from PIL import Image
......
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