From: James Egan on
On Fri, 18 Dec 2009 03:15:42 +0000, James Egan wrote:

Well, one solution under Linux is to use ImageMagick's tool named
"convert". This solution can easily be scripted. Here's the command I
came up with to do the job:


convert file.jpg -quality 100 -font Courier-Bold -pointsize 55 \
-fill lightblue -annotate +3125+2125 %[exif:DateTimeOriginal]
output.jpg