Commit 0769a12f by BellCodeEditor

save project

parent 7ae35614
Showing with 4 additions and 3 deletions
......@@ -8,4 +8,4 @@ sequence=[]
for i in path:
img=Image.open(i)
sequence.append(0,img)
sequence[0].save("1.gif", save_all=True,append_images=img_list[1:])
\ No newline at end of file
sequence[0].save("1(3).gif", save_all=True,append_images=img_list[1:])
\ No newline at end of file
......@@ -8,5 +8,5 @@ sequence=[]
for i in path:
img=Image.open(i)
sequence.append(0,img)
sequence[0].save("bot.gif",save_all=True,
sequence[0].save("1(3).gif",save_all=True,
append_images=sequence[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