Update gif_animation_helper.py

main
villares 2020-04-29 23:56:07 -03:00
rodzic fe0d58fdd0
commit c290bd30f2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -17,7 +17,7 @@ v2019_09_23
def gif_export(GifMaker, # gets a reference to the library
filename="exported", # .gif will be added
repeat=0, # 0 makes it an "endless" animation
quality=100, # quality range 0 - 255
quality=10, # quality range 0 - 255
delay=100, # this is quick
frames=0, # 0 will stop on keyPressed or frameCount >= 100000
finish=False): # force stop