This commit is contained in:
tth 2022-02-07 02:09:54 +01:00
parent dac287beb2
commit 2188f28371
2 changed files with 4 additions and 3 deletions

View File

@ -8,7 +8,7 @@ des sortes de particule
munie de certaines propriétés. munie de certaines propriétés.
Lesquelles évoluent en fonction du temps. Lesquelles évoluent en fonction du temps.
## Description d'un bloubs ## Description d'un bloub
``` ```
type t_bloubs type t_bloubs

View File

@ -17,6 +17,7 @@ if [ $err -ne 0 ] ; then
echo 'make error = ' $err echo 'make error = ' $err
exit 1 exit 1
fi fi
# #
# first, we have to make a seminal buch of bloubs # first, we have to make a seminal buch of bloubs
# --> this function need to be paraletrizable # --> this function need to be paraletrizable
@ -31,7 +32,7 @@ do
./exportbloubs in.blbs | awk -f toinc.awk > $INCFILE ./exportbloubs in.blbs | awk -f toinc.awk > $INCFILE
povray -Iscene.pov -K${idx} -O${TMPPNG} ${POVOPT} 2> $LOGERR povray -Iscene.pov -K${idx} -O${TMPPNG} ${POVOPT} 2> $LOGERR
grep "Trace Tim" toto grep "Trace Tim" $LOGERR
txt=$(date +'%F %R:%S') txt=$(date +'%F %R:%S')
PNG=$(printf "%s/%05d.png" ${DDIR} $idx) PNG=$(printf "%s/%05d.png" ${DDIR} $idx)
@ -39,7 +40,7 @@ do
convert ${TMPPNG} \ convert ${TMPPNG} \
-font fixed \ -font fixed \
-pointsize 14 \ -pointsize 16 \
-fill orange \ -fill orange \
-gravity south-east \ -gravity south-east \
-annotate +15+10 "$txt" \ -annotate +15+10 "$txt" \