Sometimes we want to add a date stamp on the photo (to indicate a certain year or month, a certain trip ...), some digital cameras do not provide a date stamp feature (even if it is ). Of course, you can use Photoshop or something ...... Hey, one or two images are fine. If there are more photos, I guess few will do this. So I thought about it and spent some time writing this stuff!
Currently, three types of dates are available: the shooting time (usually the EXIF attribute is provided by the camera), The Creation Time (usually equal to the shooting time), and the last modification time.
I am not familiar with the EXIF attribute. The related code is based on others' "Wheels" (see reading EXIF tags from JPEG files ). You can view all the EXIF attributes of each image file in the shortcut menu.
Download executable: PhotoUtil-bin.zip
Download SourceProgram: PhotoUtil-src.zip