diff --git a/README.md b/README.md index e86655d..97a2fea 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/pixelfloot.sh b/pixelfloot.sh index 32c1b0b..4f78e60 100755 --- a/pixelfloot.sh +++ b/pixelfloot.sh @@ -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)"