Commit d54c7dfc by BellCodeEditor

save project

parent d9ba5b2a
Showing with 1 additions and 1 deletions
from tkinter import filedialog,Tk
from PIL import Image,ImageSequence
img = Image.open('dive.gif')
img = Image.open('dive2.gif')
num = 0
for i in ImageSequence.Iterator(img):
i.save('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