cramicule is comming !
This commit is contained in:
@@ -32,7 +32,7 @@ fi
|
||||
# first, we have to make a seminal buch of bloubs
|
||||
# --> this function need to be parametrizable
|
||||
#
|
||||
./genbloubs ${BLBS_IN} 3333
|
||||
./genbloubs ${BLBS_IN} 333
|
||||
|
||||
for idx in $(seq 0 $((NBIMG-1)) )
|
||||
do
|
||||
@@ -54,7 +54,7 @@ do
|
||||
fi
|
||||
|
||||
td=$(date -u +'%F %R' | tr '01' 'ol')
|
||||
hi=$(printf "#%04d" $idx | tr '01' 'ol')
|
||||
hi=$(printf "\$%03x" $idx | tr '01' 'ol')
|
||||
count=$(tail -1 "WS/log.nb_bloubs" | tr '01' 'ol')
|
||||
|
||||
PNG=$(printf "%s/%05d.png" ${DDIR} $idx)
|
||||
@@ -64,7 +64,7 @@ do
|
||||
-pointsize 28 \
|
||||
-fill "$TXTCOLOR" \
|
||||
-gravity south-east \
|
||||
-annotate +25+5 "$td" \
|
||||
-annotate +25+5 "$hi" \
|
||||
-gravity south-west \
|
||||
-annotate +25+5 "$count" \
|
||||
$PNG
|
||||
@@ -76,7 +76,7 @@ do
|
||||
# mv ${BLBS_OUT} ${BLBS_IN}
|
||||
|
||||
echo "### run done"
|
||||
sleep 5
|
||||
sleep 15
|
||||
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user