how to get the date and time the picture was taken?
hi all.
i have seen a thread about this in here, but cant seem to find it.
i have been trying to get the date and time this picture was taken. but unfortunately, without any success. currently, i am trying this program i have downloaded from ScriptingGuy.
can somebody please help me?
thanks a lot!!!! appreciate it!!
http://www.flickr.com/photos/35279920@N07/3271217999/
Re: how to get the date and time the picture was taken?
try searching for fso in one of the forum pages you might find something
Re: how to get the date and time the picture was taken?
The picture you link to has no Exif data it's just a plain Jpeg, the date and time it was taken is not stored. If you have the original then any old Exif reader should do the job (assuming it contains Exif data).
I seem to remeber there's an Exif reader written in VB over at planet source code.
1 Attachment(s)
Re: how to get the date and time the picture was taken?
You can also obtain various image properties including EXIF data by using WIA.
Simple demo attached.