C# – Reading ‘DateTaken’ from pictures. (or other file/properties)
August 4th, 2010
1 comment
I was planning on merging my vacation photos together with the photos from 4 other cameras from friends and make a online ASP gallery, but ofcourse the DateTime settings was different on all 5 cameras.
As you can see in the properties of a new picture you have taken: the modified date is the date when the picture was taken.
So I tought: I ‘quickly’ write a program that modify the modified date.
Read more…