From 5708a2a785ce928c5f79c7e5e292c356ad5ac899 Mon Sep 17 00:00:00 2001 From: Jennifer Taylor Date: Thu, 12 Aug 2021 18:59:25 +0000 Subject: [PATCH] Add note about .gif rendering for afputils. --- bemani/utils/afputils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bemani/utils/afputils.py b/bemani/utils/afputils.py index acce1a1..42754e0 100644 --- a/bemani/utils/afputils.py +++ b/bemani/utils/afputils.py @@ -1048,7 +1048,8 @@ def main() -> int: help=( 'The output file (ending either in .gif, .webp or .png) where the render should be saved. If .png is chosen then the ' 'output will be a series of png files for each rendered frame. If .gif or .webp is chosen the output will be an ' - 'animated image.' + 'animated image. Note that the .gif file format has several severe limitations which result in sub-optimal animations ' + 'so it is recommended to use .webp or .png instead.' ), ) render_parser.add_argument(