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, FILENAME: path to any picture imagemagick can handle (env X, Y, RESIZE,
BORDERCOLOR, ALPHACOLOR) BORDERCOLOR, ALPHACOLOR)
fill: create a filled area with (env COLOR, W (width), H (height), X, Y) 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) MODE: static (env X and Y for position)
chaos (env X_MAX and Y_MAX for position range) 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 "FILENAME: path to any picture imagemagick can handle (env X, Y, RESIZE, "
echo " BORDERCOLOR, ALPHACOLOR)" echo " BORDERCOLOR, ALPHACOLOR)"
echo "fill: create a filled area with (env COLOR, W (width), H (height), X, Y)" 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 ""
echo "MODE: static (env X and Y for position)" echo "MODE: static (env X and Y for position)"
echo " chaos (env X_MAX and Y_MAX for position range)" echo " chaos (env X_MAX and Y_MAX for position range)"