diff --git a/res/templates/forest.gif b/res/templates/forest.gif index 0b7954c..161dcc7 100644 Binary files a/res/templates/forest.gif and b/res/templates/forest.gif differ diff --git a/src/main.py b/src/main.py index 71bee17..d734c3b 100755 --- a/src/main.py +++ b/src/main.py @@ -48,7 +48,7 @@ def generate(config): fill = tuple(fill) if fill else None draw.text(config.get('text_offset', [0, 0]), text, font=font, fill=fill) - img.save(config['output'], save_all=True) + img.save(config['output'], save_all=True, loop=0) def main(args):