Commit 33a10e56 by BellCodeEditor

auto save

parent 30cb02a3
Showing with 1 additions and 1 deletions
......@@ -10,7 +10,7 @@ path = filedialog.askopenfilenames(title='选择图片文件',
l=[]
for i in path:
img=Image.open(i)
l.insert(img)
l.insert(0,img)
l[0].save("dive2.gif",save_all=True,
append_images=l[1:])
This diff is collapsed. Click to expand it.
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