remove debugging foo
This commit is contained in:
parent
bf30c0f914
commit
0cef760ce4
1 changed files with 1 additions and 2 deletions
|
@ -391,7 +391,6 @@ floot() {
|
|||
;;
|
||||
|
||||
""|text)
|
||||
set -x
|
||||
test -z "$TEXT" && TEXT="$0"
|
||||
test -z "$FONTSIZE" && FONTSIZE=42
|
||||
test -z "$COLOR" && COLOR="000000"
|
||||
|
@ -406,7 +405,7 @@ floot() {
|
|||
|
||||
#convert -fill lightgreen -background white -pointsize 40 caption:"KARTTUR" -quality 72 DstImage.png
|
||||
message "generating text, size $FONTSIZE for ${YELLOW}$FLOOTFORKS${ENDCOLOR} workers"
|
||||
set +x
|
||||
|
||||
LOL_org="$(convert ${SIZE} ${BORDER} +antialias -depth 8 -fill \#${COLOR} -background \#${BGCOLOR} -pointsize ${FONTSIZE} caption:"${TEXT}" -quality 72 txt: | tail -n +2 | awk '{print $1 $3}' | sed -e 's/\,/ /' -e 's/\:/ /' -e 's/\#//' -e 's/^/PX /')"
|
||||
|
||||
loadLOL
|
||||
|
|
Loading…
Reference in a new issue