typographic consmetic changes

This commit is contained in:
Tonton Th 2026-01-11 12:48:15 +01:00
parent 80044acb4c
commit 32eb08a0c1
3 changed files with 12 additions and 12 deletions

View File

@ -4,7 +4,7 @@ Img_Width=1024
Img_Height=720 Img_Height=720
# for imagemagick # for imagemagick
TEXTCOL="bisque" TEXTCOL="Yellow"
STROKOL="Green" STROKOL="Green"
NBFRAMES=450 NBFRAMES=450

View File

@ -36,7 +36,7 @@ SRC="frames/$1"
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=48 local NBRE=55
convert "WS/negatif.png" \ convert "WS/negatif.png" \
-gravity north \ -gravity north \
@ -77,10 +77,10 @@ faire_le_titre ()
echo "faire le titre" echo "faire le titre"
local NBRE=300 local NBRE=300
local SRC="frames/hexawood/00199.png" local SRC="frames/hexacone/00199.png"
local GRAY="/dev/shm/tmp-titre.png" local GRAY="/dev/shm/tmp-titre.png"
convert -colorspace gray -colors 27 $SRC $GRAY convert -colorspace gray -colors 23 $SRC $GRAY
for foo in $(seq 0 $NBRE) for foo in $(seq 0 $NBRE)
do do
@ -91,7 +91,7 @@ do
-pointsize 140 \ -pointsize 140 \
-kerning 6 \ -kerning 6 \
-fill $TEXTCOL \ -fill $TEXTCOL \
-strokewidth 3 -stroke $STROKOL \ -strokewidth 5 -stroke $STROKOL \
-annotate +0+${Ypos} "La famille\nHexaCone" \ -annotate +0+${Ypos} "La famille\nHexaCone" \
${TMP} ${TMP}
# identify ${TMP} # identify ${TMP}
@ -105,9 +105,9 @@ faire_la_fin ()
{ {
local NBRE=160 local NBRE=160
datetime=$(LANG=fr date -u +"%Y/%m/%d %H:%M") datetime=$(LANG=fr date -u +"%Y/%m/%d %H:%M")
echo $datetime | tee -a WS/log echo " $datetime" | tee -a WS/log
local SRC="frames/escadrille/00299.png" local SRC="frames/escadrille/00399.png"
local GRAY="/dev/shm/tmp-titre.png" local GRAY="/dev/shm/tmp-titre.png"
convert -colorspace gray -colors 23 $SRC $GRAY convert -colorspace gray -colors 23 $SRC $GRAY
@ -117,8 +117,8 @@ do
convert ${GRAY} \ convert ${GRAY} \
-gravity north \ -gravity north \
-font $FONTE \ -font $FONTE \
-pointsize 86 \ -pointsize 92 \
-kerning 6 \ -kerning 5 \
-fill $TEXTCOL \ -fill $TEXTCOL \
-strokewidth 2 -stroke $STROKOL \ -strokewidth 2 -stroke $STROKOL \
-annotate +0+${Ypos} \ -annotate +0+${Ypos} \

View File

@ -45,8 +45,8 @@ do
# echo $frame $img $txt # echo $frame $img $txt
convert ${TMPIMG} \ convert ${TMPIMG} \
-font Courier-Bold \ -font Courier-Bold \
-pointsize 38 \ -pointsize 44 \
-kerning 4 \ -kerning 3 \
-fill ${TEXTCOL} \ -fill ${TEXTCOL} \
-strokewidth 2 -stroke $STROKOL \ -strokewidth 2 -stroke $STROKOL \
-gravity north \ -gravity north \