So far this is what I have
Code: Select all
convert -font helvetica -pointsize 9 -draw "text 167,554 'userName' text 145,596 'userTitle'" img1.jpg img1b.jpg
Any help with this is greatly appreciated.
Code: Select all
convert -font helvetica -pointsize 9 -draw "text 167,554 'userName' text 145,596 'userTitle'" img1.jpg img1b.jpg
Code: Select all
convert img1.jpg -font helvetica -pointsize 9 -draw "text 167,554 'userName'" -pointsize 7 -draw "text 145,596 'userTitle'" img1b.jpg