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
# for imagemagick
TEXTCOL="bisque"
TEXTCOL="Yellow"
STROKOL="Green"
NBFRAMES=450

View File

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

View File

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