MetaDataExtractor is a program/library that let you extract the metadata from your pictures. Your JPG files contain a lot of interesting information (meta data) like:
- the date
- the settings, flash, exposure time, program used ...
- and many more
An Example of how to use the library is available in the
com.Run.cs class. This code is inside the source release.
An other example is also available, since version 2.3.0c, as
com.SimpleRun.cs.
If you need a Java library that does the same, you can have a look at those projects:
You can find more information on this site
http://www.drewnoakes.com/code/exif/
There is only the C# version on my site, the version is almost the same as the Java one made by
Drew Noakes.
If you are interested in a C++ version one is available on the
Andreas Huggel web site.
And of course, do not miss the ExifTool by
Phil Harvey (can read and write a lot of tags).