typographic perversity
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user