From 73f32a2f1f1621f15e0ab5d029b9858959d755b2 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Tue, 20 Feb 2024 20:43:00 -0600 Subject: [PATCH] Mods --- main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index a744917..bb48ee9 100644 --- a/main.py +++ b/main.py @@ -129,7 +129,8 @@ async def gif_describe(who, room_id): gm_common, f"--input '{input_path}'", f"--words '{who} is\\n[Random] [x5]' --bgcolor 0,0,0", - "--top 0 --fontsize 2.3 --filter anyhue2 --top -40", + "--top 0 --filter anyhue2 --top -56 --linespace 50", + "--fontsize 2.2 --padding 50", ] await run_gifmaker(command, room_id)