Commit 6a18e5a1 by BellCodeEditor

save project

parent 615164a6
Showing with 1 additions and 8 deletions
......@@ -8,10 +8,4 @@ il=[]
for i in ph:
im=Image.open(i)
il.insert(0,im)
il[0].save("xbdts.gif",save_all=True,append_images=sequence[1:])
from PIL import Image,ImageSequence
img=Image.open('dive.gif')
num=0
for i in ImageSequence.Iterator(turn):
i.save('turn/'+str(num)+'.png')
num+=1
\ No newline at end of file
il[0].save("xbdts.gif",save_all=True,append_images=il[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