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

@@ -39,13 +39,13 @@ tools/plot-timing.sh $1
local NBRE=78
convert "WS/negatif.png" \
-gravity north \
-gravity center \
-font $FONTE \
-pointsize 108 \
-pointsize 118 \
-kerning 8 \
-fill $TEXTCOL \
-strokewidth 3 -stroke $STROKOL \
-annotate +0+330 "$1" \
-annotate +0+0 "$1" \
${INTER}
for foo in $(seq 0 $NBRE)

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