I need to add a label onto a png picture, also I need to do a command substitution in order to get a number from a file.
I have something like
convert image.png -background red label:'input + `grep max numbers.txt | head -n 1 | awk '{print 2}'`' -gravity Center -append
but I have a very limited understanding of convert, I downloaded it just so I could do this one command
Thank-you