Commit 0f6bf72f by BellCodeEditor

save project

parent 2529391f
Showing with 8 additions and 0 deletions
from PIL import lmage,lmageSequence
img = lmage.open("pi5.gif")
num = 0
for i in lmageSequence.lterator(img):
i.save("img/"+str(num)+".png")
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