I would like to add 4px vertical padding and 8px horizontal padding to this:
Code: Select all
convert -background lightblue -fill blue \
-font Candice -pointsize 20 label:'Hello World' \
label.gif
Code: Select all
convert -background lightblue -fill blue \
-font Candice -pointsize 20 label:'Hello World' \
label.gif
Code: Select all
convert -background lightblue -fill blue \
-font Candice -pointsize 20 label:'Hello World' \
-bordercolor lightblue -border 8x4 label.gif