tuning...

This commit is contained in:
Tonton Th 2025-01-07 14:33:26 +01:00
parent a60281b684
commit afc4fee8a7

View File

@ -6,6 +6,7 @@ IDX=0
SPOOL="frames/Spool" SPOOL="frames/Spool"
SEQNAME="none" SEQNAME="none"
TMP="WS/tmp.png" TMP="WS/tmp.png"
FONTE="Palatino-Bold"
source tools/fonctions.sh source tools/fonctions.sh
@ -44,7 +45,6 @@ for foo in $(seq 0 $NBRE)
do do
addfile "$SRC/00359.png" addfile "$SRC/00359.png"
done done
sync
} }
# ------------------------------------------------------- # -------------------------------------------------------
faire_le_titre () faire_le_titre ()
@ -54,13 +54,14 @@ echo "faire le titre"
local NBRE=190 local NBRE=190
for foo in $(seq 0 $NBRE) for foo in $(seq 0 $NBRE)
do do
Ypos=$(( 500 - ( foo / 2 ) )) Ypos=$(( 210 - ( foo / 2 ) ))
convert "WS/negatif.png" \ convert "WS/negatif.png" \
-gravity north \ -gravity north \
-font Courier-Bold \ -font $FONTE \
-pointsize 96 \ -pointsize 172 \
-fill white \ -fill black \
-annotate +0+${Ypos} "HexaCone(s)" \ -strokewidth 2 -stroke gray90 \
-annotate +0+${Ypos} "HexaCone" \
${TMP} ${TMP}
# identify ${TMP} # identify ${TMP}
addfile ${TMP} addfile ${TMP}
@ -70,17 +71,23 @@ done
faire_la_fin () faire_la_fin ()
{ {
local NBRE=120 local NBRE=120
datetime=$(LANG=fr date -u)
echo $datetime | tee -a WS/log
for foo in $(seq 0 $NBRE) for foo in $(seq 0 $NBRE)
do do
Ypos=$(( foo + 100 )) Ypos=$(( foo + 100 ))
convert "WS/negatif.png" \ convert "WS/negatif.png" \
-gravity north \ -gravity north \
-font Courier-Bold \ -font $FONTE \
-pointsize 86 \
-fill Black \
-strokewidth 2 -stroke gray90 \
-annotate +0+${Ypos} "tTh des Bourtoulots" \
-pointsize 48 \ -pointsize 48 \
-fill white \ -strokewidth 1 \
-strokewidth 2 -stroke gray30 \ -gravity south \
-annotate +0+${Ypos} \ -annotate +0+170 "${datetime}" \
"tTh des Bourtoulots\n2025" \
${TMP} ${TMP}
# identify ${TMP} # identify ${TMP}
addfile ${TMP} addfile ${TMP}
@ -88,17 +95,21 @@ done
} }
# ------------------------------------------------------- # -------------------------------------------------------
figlet "Link farmer"
rm frames/Spool/*.png rm frames/Spool/*.png
tools/plot-timing.sh tools/plot-timing.sh
faire_le_titre faire_le_titre
linkfarm hexabenz linkfarm hexabenz
linkfarm orbite linkfarm escadrille
linkfarm topview linkfarm topview
linkfarm passage linkfarm passage
linkfarm scene linkfarm scene
linkfarm essai linkfarm orbite
# linkfarm essai
tools/plot-timing.sh tools/plot-timing.sh
faire_la_fin faire_la_fin