Adding system date & time to a photo
Posted: 2011-08-10T17:16:57-07:00
I'm using a batch file to download and generate weather graphic photos. Adding storm fronts, etc to a base map on an every ten minute basis.
I want to include the system date & time that the photos are made to each picture. I have a command that will do this if there is embedded EXIF data within the picture, but since I'm generating these outside the digital camera world, that information isn't available.
Any ideas as to how the system info can be pulled in?
This is the original command line:
convert master_24.jpg -font "Digital-7-italic" -pointsize 15 -fill white -annotate +60+400 %[exif:DateTimeOriginal] 24time.jpg
I'm using a fresh install of ImageMagick under Windows 7.
Any help would be appreciated.
ed
I want to include the system date & time that the photos are made to each picture. I have a command that will do this if there is embedded EXIF data within the picture, but since I'm generating these outside the digital camera world, that information isn't available.
Any ideas as to how the system info can be pulled in?
This is the original command line:
convert master_24.jpg -font "Digital-7-italic" -pointsize 15 -fill white -annotate +60+400 %[exif:DateTimeOriginal] 24time.jpg
I'm using a fresh install of ImageMagick under Windows 7.
Any help would be appreciated.
ed