Annotating the photograph with comments.

2010-02-10 75 words 1 min read

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.


author

Authored By Amit Agarwal

Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.

We notice you're using an adblocker. If you like our webite please keep us running by whitelisting this site in your ad blocker. We’re serving quality, related ads only. Thank you!

I've whitelisted your website.

Not now
This website uses cookies to ensure you get the best experience on our website. Learn more Got it