mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-30 18:03:07 +03:00
Update docs/handbook/tutorial.rst
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
4db8140426
commit
eff22bc34e
|
@ -528,7 +528,7 @@ You can create animated GIFs with Pillow, e.g.
|
||||||
"rotated_hopper_90.jpg",
|
"rotated_hopper_90.jpg",
|
||||||
]
|
]
|
||||||
|
|
||||||
# Open images and append them to a list
|
# Open images and create a list
|
||||||
images = [Image.open(filename) for filename in image_filenames]
|
images = [Image.open(filename) for filename in image_filenames]
|
||||||
|
|
||||||
# Save the images as an animated GIF
|
# Save the images as an animated GIF
|
||||||
|
|
Loading…
Reference in New Issue
Block a user