Saturday, February 20, 2010

ImageMagick: add text to many images

Lets assume that we have 800x600 pixels images and we want to add an authors name to the lower right corner. We can do this using the following command (the command overwrites the original files!)
mogrify -fill white -pointsize 16 -annotate +685+590 'Authors Name' *.JPG

2 comments:

  1. Hi. Could you explain this a bit more please. I have multiple images and want to add a different text to each image using gimp. Thanks

    ReplyDelete
  2. Hi. Could you explain this a bit more please. I have multiple images and want to add a different text to each image using gimp. Thanks

    ReplyDelete