Commit 4f1793fb by BellCodeEditor

save project

parent 4a8be943
Showing with 2 additions and 2 deletions
......@@ -7,5 +7,4 @@ list1=[]
for i in path:
img = Image.open(i)
sepuence.insert(0,img)
list1.append(img)
list1[0].save("dive1.gif",save_all=True,append_images=list1[1:])
list1[0].save("dive1.gif",save_all=True,append_images=list1[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