Commit 5a2b2aaa by BellCodeEditor

auto save

parent 86794cff
Showing with 2 additions and 0 deletions
...@@ -9,3 +9,4 @@ for i in ph: ...@@ -9,3 +9,4 @@ for i in ph:
im=Image.open(i) im=Image.open(i)
il.append(im) il.append(im)
il[0].save("Robot.gif", save_all=True,append_images=il[1:]) il[0].save("Robot.gif", save_all=True,append_images=il[1:])
print(il)
\ 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