fine tuning

This commit is contained in:
tTh
2023-02-15 17:41:17 +01:00
parent 87ff3d8815
commit 56ef22b4eb
5 changed files with 19 additions and 13 deletions

View File

@@ -24,17 +24,17 @@ outfile=$(printf "WS/troid/%05d.png" $clock)
echo $timestamp $texte $outfile
convert ${TMPF} \
-pointsize 22 \
-pointsize 24 \
-font Courier-Bold \
-fill Orange \
-annotate +15+22 "$timestamp" \
-annotate +15+48 "$texte" \
-pointsize 14 \
-fill Yellow \
-annotate +20+32 "$timestamp" \
-annotate +20+58 "$texte" \
-pointsize 16 \
-gravity south-west \
-annotate +15+9 "tTh & Konrad" \
${outfile}
sleep 3
sleep 6
}
# ---------------------------------------