From 32eb08a0c1e42af5fb94b1a649769374fe449898 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Sun, 11 Jan 2026 12:48:15 +0100 Subject: [PATCH] typographic consmetic changes --- tools/config.sh | 2 +- tools/linkfarmer.sh | 18 +++++++++--------- tools/mkloop.sh | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/tools/config.sh b/tools/config.sh index 75c7ecb..8cd024e 100644 --- a/tools/config.sh +++ b/tools/config.sh @@ -4,7 +4,7 @@ Img_Width=1024 Img_Height=720 # for imagemagick -TEXTCOL="bisque" +TEXTCOL="Yellow" STROKOL="Green" NBFRAMES=450 diff --git a/tools/linkfarmer.sh b/tools/linkfarmer.sh index a62fdf2..0769a99 100755 --- a/tools/linkfarmer.sh +++ b/tools/linkfarmer.sh @@ -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} \ diff --git a/tools/mkloop.sh b/tools/mkloop.sh index 8d72aca..14503cc 100755 --- a/tools/mkloop.sh +++ b/tools/mkloop.sh @@ -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 \