mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 01:34:24 +03:00
format
This commit is contained in:
parent
fcaf27d51c
commit
3c971bec41
|
@ -514,9 +514,15 @@ class TestFileGif(PillowTestCase):
|
||||||
frames.append(Image.alpha_composite(mask, image))
|
frames.append(Image.alpha_composite(mask, image))
|
||||||
|
|
||||||
# duration as list
|
# duration as list
|
||||||
frames[0].save(out,
|
frames[0].save(
|
||||||
save_all=True, append_images=frames[1:], optimize=False, duration=duration_list, loop=0,
|
out,
|
||||||
transparency=0)
|
save_all=True,
|
||||||
|
append_images=frames[1:],
|
||||||
|
optimize=False,
|
||||||
|
duration=duration_list,
|
||||||
|
loop=0,
|
||||||
|
transparency=0,
|
||||||
|
)
|
||||||
|
|
||||||
reread = Image.open(out)
|
reread = Image.open(out)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user