ready for the next run ?
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user