This commit is contained in:
tTh
2022-12-12 00:57:38 +01:00
parent 61382ed12a
commit c08ff78ce9
2 changed files with 7 additions and 7 deletions

View File

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