04-19-2006 11:17 AM
04-20-2006 11:28 AM
04-20-2006 12:52 PM
You can easily find the structure of the Exif data in the Jpeg image by using Google. I searched for "exif header data format". You will have to dig a little, but it should be fairly easy to read one or two parameters that you are interested in. All you will have to do is read the file in binary format, then search for the appropriate tags that you are interested in.
Bruce