Commit c7d95aee by BellCodeEditor

save project

parent f096599a
Showing with 1 additions and 1 deletions
......@@ -9,6 +9,6 @@ for i in path:
img=Image.open(i)
sequene.append(img)
sequene[0].save("b.gif",save_all=True'
sequene[0].save("b.gif",save_all=True,
append_images=sequene[1:])
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