Commit eae889a3 by BellCodeEditor

save project

parent adfcf0c4
Showing with 6 additions and 0 deletions
01.gif

591 KB

from PTL import Image,ImageSequence
img = Image.open("01.gif")
num=0
for i in ImageSequence.Iterator(ing):
i.save(r"./img")
\ 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