Question for EXIF guru

Anybody looked at the EXIF spec that might be able to explain something to me? There are several date fields and I'm not totally sure which one is which.

What I'm confused with is the difference in DateTimeOriginal and DateTimeDigitized. All the images I'm looking at the date is the same in those two fields, which makes sense since they're all coming from digital cameras. But let's say I take a shot on film and scan it. Should the DateTimeOriginal be when I pushed the trigger and DateTimeDigitized be when I scanned it? Obviously that would have to be done manually, but that's the way it looks to me.

And it looks like there are a handful of other date fields, but they look like they have more to do with the date of the actual file and not the image.

And in case you want more geek about EXIF than you probably want to read, here are the official specs for EXIF v2.2 - http://www.exif.org/Exif2-2.PDF
Logged


Okay, after much reading I think I was right to begin with. It looks like the only time those two fields would be different are if the source wasn't a digital camera.

Let's say I decide to go through my boxes of slides, which is something I've been wanting to do for a while, and was motivated enough to include EXIF in my scans. DateTimeDigitized would be the date I actually scanned the file. DateTimeOriginal might be 10 years ago when I actually took the shot. And then there are other date fields that would hold when the file itself was modified.

Looks like with an image from a digital camera the DateTimeOriginal and DateTimeDigitized would always be the same since it's digitized at the same time as the shot is taken.

And as an aside, it's really nice that PHP has functions built in to parse IPTC and EXIF metadata.
Logged