Commit 1b0ed04e by BellCodeEditor

save project

parent df9c21e3
Showing with 5 additions and 3 deletions
......@@ -7,6 +7,6 @@ path=filedialog.askopenfilenames(title='选择图片文件',filetypes=[('png','.
sequence=[]
for i in path:
img=Image.open(i)
sequence.append(0,img)
sequence[0].save("bot.gif",save_all=True,
sequence.append(img)
sequence[0].save("bot1.gif",save_all=True,
append_images=sequence[1:])
\ No newline at end of file
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
......@@ -12,5 +12,5 @@ for i in path:
img_list.append(img)
img_list[0].save("bot.gif",save_all = True,
img_list[0].save("bot1.gif",save_all = True,
append_images = img_list[1:])
\ 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