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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top