Annotating the photograph with comments.
There is a nice Linux command called convert. This command can be used in various ways to do image manipulation. One of them is to embark your image with some text. Here is how to do it.
**echo ”Annotating the image ”$2” with $1”
convert -font Verdana -pointsize 40 -fill red -draw ”text 100,100 ”$1”” ”$2” ”$2”
**
It will be good idea to save this as ”annotate” as we will use this later too.
Related Articles:
- 2010/01/21 Copy temporary evolution images downloaded for messages
- 2010/01/10 Remove Invalid characters in Filename.
- 2009/11/04 Photo Resizing
- 2009/10/12 Adding dates to your photos.
- 2008/11/20 Add border to images from command line using montage.
Authored By Amit Agarwal
Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.