help text
This commit is contained in:
parent
df9d6e7754
commit
9b5ba44a3d
2 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||||
|
|
|
@ -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)"
|
||||||
|
|
Loading…
Reference in a new issue