actual line wrapping

This commit is contained in:
davidovski 2021-05-03 23:33:08 +01:00
parent a13cfc3697
commit fc630c6b55
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ FILE=/tmp/$(date "+%Y-%m-%d-%H-%M-%S").png
LABEL_FILE=$FILE.label.png
text=$@
convert -background white -fill black -pointsize 80 label:"$text" $LABEL_FILE
convert -background white -fill black -pointsize 80 -size 1000x caption:"$text" $LABEL_FILE
convert -gravity center $LABEL_FILE $STUFF_FILE +append $FILE
xclip -selection clipboard -t image/png -i $FILE