Commit d6268d68 by BellCodeEditor

save project

parent 0d0e3a5d
Showing with 3 additions and 2 deletions
......@@ -9,4 +9,5 @@ alist = []
for i in path:
a = Image.open(i)
alist.append(a)
print(alist)
\ No newline at end of file
alist[0].save('a.gif',save_all=True,
append_images=alist[1:])
\ No newline at end of file
This diff is collapsed. Click to expand it.
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