mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-17 02:34:44 +03:00
+=
This commit is contained in:
parent
acf1c8559b
commit
0ca6db9aae
|
@ -19,7 +19,7 @@ Extracting frames from an animation
|
||||||
index = 1
|
index = 1
|
||||||
for frame in ImageSequence.Iterator(im):
|
for frame in ImageSequence.Iterator(im):
|
||||||
frame.save("frame%d.png" % index)
|
frame.save("frame%d.png" % index)
|
||||||
index = index + 1
|
index += 1
|
||||||
|
|
||||||
The :py:class:`~PIL.ImageSequence.Iterator` class
|
The :py:class:`~PIL.ImageSequence.Iterator` class
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user