Commit 6e20b623 by BellCodeEditor

save project

parent 299c82a9
Showing with 7 additions and 2 deletions
......@@ -5,4 +5,9 @@ rt=Tk()
rt.withdraw()
ph=filedialog.askopenfilenames(title='选择图片文件',filetypes=[('png','.png')],initialdir='./')
printpath
\ No newline at end of file
img_list=[]
for i in path:
img = Image.open(1)
img_list.append(img)
img_list[0]save("bot.gif",save_all=true,
append_images=img_list[i:]
\ No newline at end of file
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