Commit ade18248 by BellCodeEditor

auto save

parent d4685ba6
Showing with 8 additions and 0 deletions
from PTL import Image,ImageSequence
img=Image.open("dive.gif")
for i in ImageSequence.Itarator(img):
i.save("img/"+str(num)+".pug")
num+=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