Commit 6295df71 by BellCodeEditor

save project

parent 759560e5
Showing with 0 additions and 16 deletions
from PIL import Image
ROOT = TK()
ROOT.WITRDRAW()
PATH = filedialog.askopenfilenames(title="spcc",
filetypes=[('png','png')],
initialdir="./")
img = Image.open('dive.gif')
num= 0
for i in ImageSequence.Iterator(img):
i.save(r'./img'+str(num)+'.png')
num +=1
\ No newline at end of file
sequence[0].save("bot.gif",save_all=True,
append_imges=sequencep[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