ready for iohd2026 release

This commit is contained in:
Tonton Th
2026-03-26 10:27:42 +01:00
parent c77b6684dd
commit c9dba8d6aa
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ IDX=0
SPOOL="frames/Spool" SPOOL="frames/Spool"
SEQNAME="none" SEQNAME="none"
TMP="WS/tmp.png" TMP="WS/tmp.png"
FONTE="Palatino-Bold" FONTE="FreeSerif-Bold"
source tools/fonctions.sh source tools/fonctions.sh
@@ -91,7 +91,7 @@ do
-pointsize 140 \ -pointsize 140 \
-kerning 6 \ -kerning 6 \
-fill $TEXTCOL \ -fill $TEXTCOL \
-strokewidth 5 -stroke $STROKOL \ -strokewidth 3 -stroke $STROKOL \
-annotate +0+${Ypos} "La famille\nHexaCone" \ -annotate +0+${Ypos} "La famille\nHexaCone" \
${TMP} ${TMP}
# identify ${TMP} # identify ${TMP}

View File

@@ -34,7 +34,7 @@ do
# echo $imgA $imgB # echo $imgA $imgB
printf "%8d" $frame printf "%8d" $frame
composite $imgA $imgB \ composite $imgA $imgB \
-blend 50% \ -blend 25% \
$imgC $imgC
done done