Compare commits

...

2 Commits

Author SHA1 Message Date
Tonton Th
f417711da3 cosmetic 2025-02-27 13:26:21 +01:00
Tonton Th
8bcb56e9ea timing adjust 2025-02-27 13:25:57 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ echo "linkfarm $SRC" | tee -a WS/log
local INTER="/dev/shm/tmp-intertitre.png" local INTER="/dev/shm/tmp-intertitre.png"
tools/plot-timing.sh $1 tools/plot-timing.sh $1
local NBRE=75 local NBRE=60
convert "WS/negatif.png" \ convert "WS/negatif.png" \
-gravity north \ -gravity north \
@ -100,7 +100,7 @@ echo
# ------------------------------------------------------- # -------------------------------------------------------
faire_la_fin () faire_la_fin ()
{ {
local NBRE=180 local NBRE=160
datetime=$(LANG=fr date -u +"%Y/%m/%d") datetime=$(LANG=fr date -u +"%Y/%m/%d")
echo $datetime | tee -a WS/log echo $datetime | tee -a WS/log

View File

@ -40,7 +40,7 @@ do
# echo $frame $img $txt # echo $frame $img $txt
convert ${TMPIMG} \ convert ${TMPIMG} \
-font Courier-Bold \ -font Courier-Bold \
-pointsize 16 \ -pointsize 12 \
-kerning 8 \ -kerning 8 \
-fill ${TEXTCOL} \ -fill ${TEXTCOL} \
-gravity north \ -gravity north \