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