From 9b5ba44a3d9ed26dbe58f305a5392976f33aa55f Mon Sep 17 00:00:00 2001 From: Marcus Date: Fri, 5 Jan 2024 05:57:37 +0100 Subject: [PATCH] help text --- README.md | 3 ++- pixelfloot.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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)"