SharkBait
06-28-2006, 03:54 PM
Hello,
I am wondering if anyone has any samples about extracting the EXIF information from a jpg.
I've been looking around and there seems to be alot of information but I am troubled as to where I should start.
Pretty much I want to select an image and spit outs its EXIF tags. I believe they are stored in bytes and I would have to run through a long list and decode each tag to see what the value is.
Does this make sense?
Just a small personal project for home. I would eventually have it change the filenames of all images in a directory to the date the photo was taken.
So..
IMG102 becomes 20061208121256 or even something more simple than that. That image would of course been taken August 12, 2006 at 12:12:56.
It would help catalogue alot of images that are taken and make it easier to find them down the road after they have been burnt to CD/DVD :)
I am wondering if anyone has any samples about extracting the EXIF information from a jpg.
I've been looking around and there seems to be alot of information but I am troubled as to where I should start.
Pretty much I want to select an image and spit outs its EXIF tags. I believe they are stored in bytes and I would have to run through a long list and decode each tag to see what the value is.
Does this make sense?
Just a small personal project for home. I would eventually have it change the filenames of all images in a directory to the date the photo was taken.
So..
IMG102 becomes 20061208121256 or even something more simple than that. That image would of course been taken August 12, 2006 at 12:12:56.
It would help catalogue alot of images that are taken and make it easier to find them down the road after they have been burnt to CD/DVD :)