help text

This commit is contained in:
Marcus 2024-01-05 05:57:37 +01:00
parent df9d6e7754
commit 9b5ba44a3d
2 changed files with 4 additions and 2 deletions

View File

@ -39,7 +39,8 @@ convertimg: converts an image to a command list file in /tmp
FILENAME: path to any picture imagemagick can handle (env X, Y, RESIZE,
BORDERCOLOR, ALPHACOLOR)
fill: create a filled area with (env COLOR, W (width), H (height), X, Y)
text: create a textbox (env TEXT, FONTSIZE, SIZE, COLOR, BGCOLOR, BORDERCOLOR)
text: create a textbox (env TEXT, FONTSIZE, SIZE, COLOR, BGCOLOR, BORDERCOLOR
ALPHACOLOR)
MODE: static (env X and Y for position)
chaos (env X_MAX and Y_MAX for position range)

View File

@ -539,7 +539,8 @@ case $1 in
echo "FILENAME: path to any picture imagemagick can handle (env X, Y, RESIZE, "
echo " BORDERCOLOR, ALPHACOLOR)"
echo "fill: create a filled area with (env COLOR, W (width), H (height), X, Y)"
echo "text: create a textbox (env TEXT, FONTSIZE, SIZE, COLOR, BGCOLOR, BORDERCOLOR)"
echo "text: create a textbox (env TEXT, FONTSIZE, SIZE, COLOR, BGCOLOR, BORDERCOLOR"
echo " ALPHACOLOR)"
echo ""
echo "MODE: static (env X and Y for position)"
echo " chaos (env X_MAX and Y_MAX for position range)"