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" \
-gravity north \
-font $FONTE \
-pointsize 100 \
-pointsize 108 \
-kerning 8 \
-fill $TEXTCOL \
-strokewidth 2 -stroke $STROKOL \
-annotate +0+530 "$1" \
-strokewidth 3 -stroke $STROKOL \
-annotate +0+330 "$1" \
${INTER}
for foo in $(seq 0 $NBRE)

View File

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