more experiments

This commit is contained in:
tth
2022-03-18 23:41:42 +01:00
parent 96834f5f21
commit 9dab731285
3 changed files with 15 additions and 10 deletions

View File

@@ -10,6 +10,7 @@ TMPPNG="/dev/shm/bloubs7.png"
POVOPT="+Q9 +a -v -d -W1600 -H1200 -WT2"
DDIR="frames/a"
LOGERR="log.error"
TXTCOLOR="RosyBrown"
# --- put the work file in ramdisk
BLBS_IN="/dev/shm/in.blbs"
@@ -30,7 +31,7 @@ printf "\n#declare NbImg = %d;\n" $NBIMG > WS/nbimg.inc
# first, we have to make a seminal buch of bloubs
# --> this function need to be parametrizable
#
./genbloubs ${BLBS_IN} 3000
./genbloubs ${BLBS_IN} 3
for idx in $(seq 0 $((NBIMG-1)) )
do
@@ -54,12 +55,11 @@ do
convert ${TMPPNG} \
-font Courier-Bold \
-pointsize 24 \
-fill Yellow \
-fill "$TXTCOLOR" \
-gravity south-east \
-annotate +25+5 "$td" \
-gravity south-west \
-annotate +25+5 "$hi" \
-fill Yellow \
-pointsize 48 \
-gravity north-east \
-annotate +25+5 "$count" \