With the following command:
Code: Select all
convert -background white -fill '#FF6961' -stroke '#FF6961' -font times.ttf \
-size 500x500 -pointsize 300 -gravity center \
label:W sample.jpg
I'm trying to push the text a bit down so it would appear something like this:
I'm not using the -gravity south feature as I need it at an exact position. I also tried the padding feature but it added more pixels to the image canvas size. I do need the canvas size to remain the same.
Using ImageMagick 6.7.7-10
Any help is greatly appreciated!
Thank you