From c290bd30f2f8f6993afc790898da00c5f0d99760 Mon Sep 17 00:00:00 2001 From: villares Date: Wed, 29 Apr 2020 23:56:07 -0300 Subject: [PATCH] Update gif_animation_helper.py --- 2020/sketch_2020_04_29a/gif_animation_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2020/sketch_2020_04_29a/gif_animation_helper.py b/2020/sketch_2020_04_29a/gif_animation_helper.py index 7c18708f..0de09873 100644 --- a/2020/sketch_2020_04_29a/gif_animation_helper.py +++ b/2020/sketch_2020_04_29a/gif_animation_helper.py @@ -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