This commit is contained in:
Tonton Th 2025-06-21 02:45:41 +02:00
parent 3510b57523
commit fe94d3036e
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
Img_Width=1024
Img_Height=720
TEXTCOL="Yellow"
STROKOL="Green"
TEXTCOL="Orange"
STROKOL="Blue"
NBFRAMES=360

View File

@ -41,7 +41,7 @@ do
convert ${TMPIMG} \
-font Courier-Bold \
-pointsize 12 \
-kerning 8 \
-kerning 6 \
-fill ${TEXTCOL} \
-gravity north \
-annotate +12+5 "$txt" \