Commit 9daf5ee5 by BellCodeEditor

save project

parent 9a2824ff
Showing with 5 additions and 0 deletions
from tkinter import filedialog,Tk
from PIL import Image,ImageSequence
root = Tk()
root.withdraw()
img = Image.open("dive.gif")
num = 0
for i in ImageSequence.Iterator(img):
......
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