typographic perversity

This commit is contained in:
Tonton Th
2026-02-20 23:20:17 +01:00
parent a3558cc1db
commit 6ee8932ba4
2 changed files with 5 additions and 5 deletions

View File

@@ -41,11 +41,11 @@ local NBRE=78
convert "WS/negatif.png" \ convert "WS/negatif.png" \
-gravity north \ -gravity north \
-font $FONTE \ -font $FONTE \
-pointsize 100 \ -pointsize 108 \
-kerning 8 \ -kerning 8 \
-fill $TEXTCOL \ -fill $TEXTCOL \
-strokewidth 2 -stroke $STROKOL \ -strokewidth 3 -stroke $STROKOL \
-annotate +0+530 "$1" \ -annotate +0+330 "$1" \
${INTER} ${INTER}
for foo in $(seq 0 $NBRE) for foo in $(seq 0 $NBRE)

View File

@@ -40,7 +40,7 @@ do
fi fi
set -e set -e
sqn=$(echo ${SEQNAME} | tr [a-z] [A-Z]) sqn=$(echo ${SEQNAME} | tr [a-z] [A-Z])
txt=$(printf "%s %03d" ${sqn} ${frame} | \ txt=$(printf "%s %03d" ${sqn} ${frame} | \
tr '01' 'ol') tr '01' 'ol')
# echo $frame $img $txt # echo $frame $img $txt
convert ${TMPIMG} \ convert ${TMPIMG} \
@@ -49,7 +49,7 @@ do
-kerning 3 \ -kerning 3 \
-fill ${TEXTCOL} \ -fill ${TEXTCOL} \
-strokewidth 2 -stroke $STROKOL \ -strokewidth 2 -stroke $STROKOL \
-gravity north \ -gravity south \
-annotate +0+5 "$txt" \ -annotate +0+5 "$txt" \
${img} ${img}
fin=$(date +%s) fin=$(date +%s)