Commit 746e0c0d by BellCodeEditor

save project

parent 6f3517e6
Showing with 6 additions and 0 deletions
from PIL import Image,ImageSequence
img = Image.open("dive.glf")
num=0
for i in ImageSequence.Iterator(img)
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