Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

Administrator / level3-lesson22-diy1

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit 33a84b25 authored a year ago by BellCodeEditor's avatar BellCodeEditor
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

save project

parent 4a991988
Hide whitespace changes
Inline Side-by-side
Showing with 4 additions and 7 deletions
  • My_GIF.py
  • turn - 副本/0.png
  • turn - 副本/1.png
  • turn - 副本/10.png
  • turn - 副本/11.png
  • turn - 副本/12.png
  • turn - 副本/13.png
  • turn - 副本/14.png
  • turn - 副本/15.png
  • turn - 副本/16.png
  • turn - 副本/17.png
  • turn - 副本/18.png
  • turn - 副本/19.png
  • turn - 副本/2.png
  • turn - 副本/20.png
  • turn - 副本/21.png
  • turn - 副本/22.png
  • turn - 副本/23.png
  • turn - 副本/24.png
  • turn - 副本/25.png
  • turn - 副本/26.png
  • turn - 副本/27.png
  • turn - 副本/28.png
  • turn - 副本/29.png
  • turn - 副本/3.png
  • turn - 副本/30.png
  • turn - 副本/31.png
  • turn - 副本/32.png
  • turn - 副本/33.png
  • turn - 副本/34.png
  • turn - 副本/35.png
  • turn - 副本/36.png
  • turn - 副本/4.png
  • turn - 副本/5.png
  • turn - 副本/6.png
  • turn - 副本/7.png
  • turn - 副本/8.png
  • turn - 副本/9.png
My_GIF.py
View file @ 33a84b25
......@@ -3,10 +3,6 @@ from PIL import Image
root = Tk()
root.withdraw()
path = filedialog.askopenfilenames(title='选择图片文件',filetypes=[('png ','.png')],initialdir='./')
img_list = []
for i in path:
img = Image.open(i)
img_list.insert(0,img)
img_list[0].save("bot.gif", save_all=True,append_images=img_list[1:])
print(img_list)
path = filedialog.askopenfilenames(title='选择图片文件',
filetypes=[('png ','.png')],initialdir='./')
print(path)
\ No newline at end of file
This diff is collapsed. Click to expand it.
turn - 副本/0.png 0 → 100644
View file @ 33a84b25
turn - 副本/0.png

48.4 KB

This diff is collapsed. Click to expand it.
turn - 副本/1.png 0 → 100644
View file @ 33a84b25
turn - 副本/1.png

47.9 KB

This diff is collapsed. Click to expand it.
turn - 副本/10.png 0 → 100644
View file @ 33a84b25
turn - 副本/10.png

52.1 KB

This diff is collapsed. Click to expand it.
turn - 副本/11.png 0 → 100644
View file @ 33a84b25
turn - 副本/11.png

52.6 KB

This diff is collapsed. Click to expand it.
turn - 副本/12.png 0 → 100644
View file @ 33a84b25
turn - 副本/12.png

51.8 KB

This diff is collapsed. Click to expand it.
turn - 副本/13.png 0 → 100644
View file @ 33a84b25
turn - 副本/13.png

51.4 KB

This diff is collapsed. Click to expand it.
turn - 副本/14.png 0 → 100644
View file @ 33a84b25
turn - 副本/14.png

50.2 KB

This diff is collapsed. Click to expand it.
turn - 副本/15.png 0 → 100644
View file @ 33a84b25
turn - 副本/15.png

50.9 KB

This diff is collapsed. Click to expand it.
turn - 副本/16.png 0 → 100644
View file @ 33a84b25
turn - 副本/16.png

50.2 KB

This diff is collapsed. Click to expand it.
turn - 副本/17.png 0 → 100644
View file @ 33a84b25
turn - 副本/17.png

50.2 KB

This diff is collapsed. Click to expand it.
turn - 副本/18.png 0 → 100644
View file @ 33a84b25
turn - 副本/18.png

50.1 KB

This diff is collapsed. Click to expand it.
turn - 副本/19.png 0 → 100644
View file @ 33a84b25
turn - 副本/19.png

50.1 KB

This diff is collapsed. Click to expand it.
turn - 副本/2.png 0 → 100644
View file @ 33a84b25
turn - 副本/2.png

47.7 KB

This diff is collapsed. Click to expand it.
turn - 副本/20.png 0 → 100644
View file @ 33a84b25
turn - 副本/20.png

49.8 KB

This diff is collapsed. Click to expand it.
turn - 副本/21.png 0 → 100644
View file @ 33a84b25
turn - 副本/21.png

50 KB

This diff is collapsed. Click to expand it.
turn - 副本/22.png 0 → 100644
View file @ 33a84b25
turn - 副本/22.png

50.2 KB

This diff is collapsed. Click to expand it.
turn - 副本/23.png 0 → 100644
View file @ 33a84b25
turn - 副本/23.png

50.1 KB

This diff is collapsed. Click to expand it.
turn - 副本/24.png 0 → 100644
View file @ 33a84b25
turn - 副本/24.png

50.3 KB

This diff is collapsed. Click to expand it.
turn - 副本/25.png 0 → 100644
View file @ 33a84b25
turn - 副本/25.png

50.9 KB

This diff is collapsed. Click to expand it.
turn - 副本/26.png 0 → 100644
View file @ 33a84b25
turn - 副本/26.png

49.9 KB

This diff is collapsed. Click to expand it.
turn - 副本/27.png 0 → 100644
View file @ 33a84b25
turn - 副本/27.png

48.9 KB

This diff is collapsed. Click to expand it.
turn - 副本/28.png 0 → 100644
View file @ 33a84b25
turn - 副本/28.png

49.1 KB

This diff is collapsed. Click to expand it.
turn - 副本/29.png 0 → 100644
View file @ 33a84b25
turn - 副本/29.png

49.6 KB

This diff is collapsed. Click to expand it.
turn - 副本/3.png 0 → 100644
View file @ 33a84b25
turn - 副本/3.png

48.3 KB

This diff is collapsed. Click to expand it.
turn - 副本/30.png 0 → 100644
View file @ 33a84b25
turn - 副本/30.png

49.4 KB

This diff is collapsed. Click to expand it.
turn - 副本/31.png 0 → 100644
View file @ 33a84b25
turn - 副本/31.png

49 KB

This diff is collapsed. Click to expand it.
turn - 副本/32.png 0 → 100644
View file @ 33a84b25
turn - 副本/32.png

49.1 KB

This diff is collapsed. Click to expand it.
turn - 副本/33.png 0 → 100644
View file @ 33a84b25
turn - 副本/33.png

49.3 KB

This diff is collapsed. Click to expand it.
turn - 副本/34.png 0 → 100644
View file @ 33a84b25
turn - 副本/34.png

49 KB

This diff is collapsed. Click to expand it.
turn - 副本/35.png 0 → 100644
View file @ 33a84b25
turn - 副本/35.png

48.4 KB

This diff is collapsed. Click to expand it.
turn - 副本/36.png 0 → 100644
View file @ 33a84b25
turn - 副本/36.png

48.2 KB

This diff is collapsed. Click to expand it.
turn - 副本/4.png 0 → 100644
View file @ 33a84b25
turn - 副本/4.png

48.2 KB

This diff is collapsed. Click to expand it.
turn - 副本/5.png 0 → 100644
View file @ 33a84b25
turn - 副本/5.png

49.1 KB

This diff is collapsed. Click to expand it.
turn - 副本/6.png 0 → 100644
View file @ 33a84b25
turn - 副本/6.png

50.1 KB

This diff is collapsed. Click to expand it.
turn - 副本/7.png 0 → 100644
View file @ 33a84b25
turn - 副本/7.png

52 KB

This diff is collapsed. Click to expand it.
turn - 副本/8.png 0 → 100644
View file @ 33a84b25
turn - 副本/8.png

51.7 KB

This diff is collapsed. Click to expand it.
turn - 副本/9.png 0 → 100644
View file @ 33a84b25
turn - 副本/9.png

52.1 KB

This diff is collapsed. Click to expand it.
  • Write
  • Preview
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