Many digital cameras record information about when and how a picture was
taken using the EXIF format (which is slowly becoming the DCF format under
ISO). You can read and write this information using classes within the System.Drawing namespace, but the .NET library
doesn't provide as much as you would like to help you do it.
This article provides a sample application demonstrating how to
parse the most popular EXIF tags and populate the data using a background
threads, and provides links to resources with more details on the EXIF
codes.
more...
Last Updated: 28 March 2003
|