ready for the next run ?

This commit is contained in:
Tonton Th
2026-03-14 14:38:41 +01:00
parent c37530d999
commit f3eabfb68b
14 changed files with 203 additions and 136 deletions

View File

@@ -40,17 +40,19 @@ do
fi
set -e
sqn=$(echo ${SEQNAME} | tr [a-z] [A-Z])
txt=$(printf "%s %03d" ${sqn} ${frame} | \
tr '01' 'ol')
txt=$(printf "%03d" ${frame} | tr '01' 'ol')
# echo $frame $img $txt
convert ${TMPIMG} \
-font Courier-Bold \
-pointsize 44 \
-kerning 3 \
-fill ${TEXTCOL} \
-strokewidth 2 -stroke $STROKOL \
-gravity south \
-annotate +0+5 "$txt" \
-pointsize 48 \
-kerning 4 \
-strokewidth 2 \
-fill ${TEXTCOL} -stroke ${STROKOL} \
-gravity south-west \
-annotate +25+5 "$txt" \
-fill ${STROKOL} -stroke ${TEXTCOL} \
-gravity south-east \
-annotate +25+5 "$sqn" \
${img}
fin=$(date +%s)
echo ; sleep 1