Commit 7cb8e6fd by BellCodeEditor

save project

parent b9cc3e40
Showing with 1 additions and 1 deletions
from PIL import Image,ImageSequence
img = Image.open("dive.gif")
img = Image.open("1.gif")
num = 0
for i in ImageSequence.Iterator(img):
i.save(r"./img"+str(num)+".png")
......
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