Did you land here because you were looking for more information on doe.com? Are you looking to purchase your very own three-letter dot-com domain name? Click for more info.
While my Windows Mobile phone is fantastic at synchronizing data with my PC and operating seamlessly with Exchange, it does lack in some of the non-business areas. Most frustrating for me lately: no EXIF information on the pictures it takes.
What is EXIF data and why does it matter? EXIF (Exchangeable image file format) is a standard that specifies, among other things, the metadata tags included in image files. The key bit of metadata that my camera pictures lack is the date and time I took the pictures. The pictures do have a date & time they were modified, but not having a separate entry for when the picture was taken leads to the date information being lost when the pictures is edited or copied to another PC. As a result, I have a lot of pictures from my camera phone like the example below, created in 2009, modified in 2007 and I have no clue if I took the picture on either of the dates... or some completely different date and time.
(Oh, by the way, iPhone owners, this is one more thing you can use to taunt your non-iPhone owning friends about: the iPhone adds EXIF data to the pictures.)
While I may have lost the historical data I haven't given up on my future pictures. I'm now using an excellent app from Phil Harvey, ExifTool. This powerful command line app allows me to preserve the date taken by copying the modified date to the date taken. In the process of adding the date taken I am also adding extra info to indicate what phone I used and correcting the time taken since my pictures are all date stamped in GMT (no, I don't know why, I've stopped being surprised by stuff like this).
ExifTool is Perl based and will work on Unix, Windows or Mac OS X, your install steps will depend on your platform. From the ExifTool home page you can pick the version you want, Windows and Mac users will want to get the platform-specific version for simplicity. The Windows executable is a single file "install." Unzip the download and you have an EXE file, there is no installation or required dll's. Clean & simple (monolithic is good, right Jud?).
Once you have ExifTool, creating date taken info based off the file's modified date is a simple command line operation.
Straight forward enough, no?
Now that you have the basic info you can go crazy. Unlike the EXIF editing capbilities of most photo software (like PhotoShop or Windows Live Gallery) ExifTool allows you to create/edit fields like the camera's manufacturer.
To help make the process auto-magic for myself I've created a batch file which creates the datetimeoriginal data, adds the camera model and maker, corrects the time taken and, finally, copies the pictures from the staging folder to their final location. I have this batch file set to run periodically using a scheduled task. Now I just need to learn to have the scheduled task be triggered by new photos showing in the staging folder.