cosmetic changes

This commit is contained in:
tth
2022-02-11 10:23:13 +01:00
parent 8b1a45c1d9
commit dd3cbe5dff
2 changed files with 14 additions and 10 deletions

View File

@@ -29,7 +29,7 @@ printf "\n#declare NbImg = %d;\n" $NBIMG > nbimg.inc
# first, we have to make a seminal buch of bloubs
# --> this function need to be paraletrizable
#
./genbloubs ${BLBS_IN} 9999
./genbloubs ${BLBS_IN} 5000
for idx in $(seq 0 $NBIMG)
do
@@ -47,11 +47,11 @@ do
fi
td=$(date +'%F %R:%S')
hi=$(printf "0x%04x" $idx)
hi=$(printf "#%05d" $idx)
PNG=$(printf "%s/%05d.png" ${DDIR} $idx)
convert ${TMPPNG} \
-font fixed \
-font Courier-Bold \
-pointsize 22 \
-fill CadetBlue \
-gravity south-east \