Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
level3-lesson22-diy3-1
This project
Loading...
Sign in
Toggle navigation
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
ef99932a
authored
Sep 25, 2022
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto save
parent
97016e15
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 additions
and
1 deletions
5.gif → 5.lnk
6.gif
resources/5.lnk
take out and in.py
5.
gif
→
5.
lnk
View file @
ef99932a
File moved
6.gif
deleted
100644 → 0
View file @
97016e15
955 KB
resources/5.lnk
0 → 100644
View file @
ef99932a
File added
take out and in.py
View file @
ef99932a
from
PIL
import
Image
,
ImageSequence
from
PIL
import
Image
,
ImageSequence
im
=
Image
.
open
(
'5.
gif
'
)
im
=
Image
.
open
(
'5.
lnk
'
)
num
=
0
num
=
0
for
i
in
ImageSequence
.
Iterator
(
im
):
for
i
in
ImageSequence
.
Iterator
(
im
):
i
.
save
(
'img/'
+
str
(
num
)
+
'.png'
)
i
.
save
(
'img/'
+
str
(
num
)
+
'.png'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment