Batch Label / Annotating Images
Posted: 2013-10-17T15:37:02-07:00
I have a directory and several sub-directories below the main directory with thousands of images.
I would like to apply a simple text label to all the images at once.
The Annotating Images / Labeling an Image command works perfectly as I have tested it on a few of my images:
http://www.imagemagick.org/Usage/annotating/#annotating
I would just like to know how can I do it all at once in batch since the label will be the same for all images
Any advise would be greatly appreciated.
Thank you in advance
I would like to apply a simple text label to all the images at once.
The Annotating Images / Labeling an Image command works perfectly as I have tested it on a few of my images:
http://www.imagemagick.org/Usage/annotating/#annotating
Code: Select all
convert dragon.gif -background Khaki label:'Faerie Dragon' \
-gravity Center -append anno_label.jpg
Any advise would be greatly appreciated.
Thank you in advance