commit nocturne

This commit is contained in:
tTh
2022-10-05 06:08:23 +02:00
parent 9e8a6b3411
commit d8369bef0a
7 changed files with 47 additions and 41 deletions

View File

@@ -7,12 +7,13 @@ outfile="$2"
texte="$3"
txtfont=" -font Utopia "
fontsize=" -pointsize 96 -kerning 4 "
color=" -fill Gray20 -stroke White "
colors=" -fill Gray20 -stroke White "
txtopts=" -antialias -alpha off $txtfont "
convert $infile \
${txtopts} \
${txtfont} ${fontsize} \
${color} \
${colors} \
-gravity South \
-annotate +0+85 "${texte}" \
$outfile