modif gif animé

This commit is contained in:
Éric Wegrzynowski 2021-01-11 10:14:49 +01:00
parent 5b82fbc8cb
commit bebc04a0ab
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

After

Width:  |  Height:  |  Size: 98 KiB

View File

@ -64,7 +64,7 @@ if __name__ == '__main__':
print('Création du GIF animé.')
images[0].save(filename+'.gif', save_all=True,
append_images=images, optimize=True,
duration=500)
duration=500, loop=1)
os.system('rm -f {:s}'.format(filename))
exit(0)