This commit is contained in:
fred 2023-04-16 22:05:13 +02:00
parent d32b3ba0e9
commit c77d30f985
1 changed files with 3 additions and 3 deletions

View File

@ -155,10 +155,10 @@ convert -font 'Liberation-Sans' \
"${MY_PATH}/tmp/${BILLETNAME}.jpg" "${MY_PATH}/tmp/g1billet/${UNIQID}/${BILLETNAME}.BILLET.jpg"
else
convert -font 'Liberation-Sans' \
-pointsize 40 -fill black -draw 'text 50,56 "'"$XZUID"'"' \
-pointsize 22 -fill black -draw 'text 380,26 "'"${NOTERIB}"'"' \
-pointsize 35 -fill black -draw 'text 50,56 "'"$XZUID"'"' \
-pointsize 22 -fill black -draw 'text 360,26 "'"${NOTERIB}"'"' \
-pointsize 22 -draw 'text 50,90 "'"Secret 1: $SALT"'"' \
-pointsize 22 -fill black -draw 'text 50,120 "'"Secret 2: $SECRET"'"' \
-pointsize 22 -fill black -draw 'text 50,110 "'"Secret 2: $SECRET"'"' \
-pointsize 25 -fill white -draw 'text 50,440 "'"$BOTTOM"'"' \
"${MY_PATH}/tmp/${BILLETNAME}.jpg" "${MY_PATH}/tmp/g1billet/${UNIQID}/${BILLETNAME}.BILLET.jpg"
fi