This adds 2 colored text slightly moved side by side. Size 70 is appropriate for resolution ~2000pixels:
for i in `ls -1 IMG*.jpg`; do echo $i; convert $i -pointsize 70 -draw "gravity southeast fill black text 0,12 'Copyright' fill white text 1,11 'Copyright' " ../new/edit-$i; done
Thanks to:
http://www.imagemagick.org/Usage/annotating/#wmark_image
No comments:
Post a Comment