This commit is contained in:
Auric Vente 2024-02-20 20:37:56 -06:00
parent efc7050bdd
commit 84fb674365
2 changed files with 1 additions and 1 deletions

BIN
describe.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 KiB

View File

@ -129,7 +129,7 @@ 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 random2 --top -40",
"--top 0 --fontsize 2.3 --filter anyhue2 --top -40",
]
await run_gifmaker(command, room_id)