This commit is contained in:
Auric Vente 2024-02-20 20:43:51 -06:00
parent 73f32a2f1f
commit 013661f71b
1 changed files with 2 additions and 2 deletions

View File

@ -129,8 +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 --filter anyhue2 --top -56 --linespace 50",
"--fontsize 2.2 --padding 50",
"--top 0 --filter anyhue2 --top -56 --linespace 50 --opacity 1",
"--fontsize 2.2 --padding 50 --fontcolor light2 --bgcolor dark2",
]
await run_gifmaker(command, room_id)