Commit 3e0478bd by BellCodeEditor

auto save

parent e30ae931
Showing with 1 additions and 1 deletions
from PIL import Image,ImageSequence
from tkinter import filedialog,Tk
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