Help:Read and modify Image properties.

F

Francesco

I have the following problem: I should merge two sets of picture taken from
two different cameras. The trouble is that I realized that the cameras had
different date time set. An idea to overcome the problem could be to read
and modify the date and time the pictures in one set were taken, to made
them comparable to the other set ones. How could that be done from a VBA
program (please note : I am not a specialist...)?

Any better suggestion to overcame the problem?

Many thanks

Francesco
 
K

Karl E. Peterson

Francesco said:
I have the following problem: I should merge two sets of picture taken from
two different cameras. The trouble is that I realized that the cameras had
different date time set. An idea to overcome the problem could be to read
and modify the date and time the pictures in one set were taken, to made
them comparable to the other set ones. How could that be done from a VBA
program (please note : I am not a specialist...)?

Any better suggestion to overcame the problem?

This may give you some ideas. It seems to present ways to read the information.
Not sure if you can turn that around and write it as well...

vbAccelerator - Reading EXIF and Other Image Properties Using GDI+
http://www.vbaccelerator.com/home/v...g_EXIF_and_Other_Image_Properties/article.asp

At any rate, what you're after is the EXIF tags, if I understand your problem. A
little googling turned this up:

Reading & Writing Exif Tags
http://www.inweb.ch/foto/exifjpg.html

Which, in turn, points to an open source EXIF editor utility.

Good luck... Karl
 
Top