vote up 3 vote down star
1

Preferably in VB.Net, but c# is fine, how can I access the extra properties added to a file by my digital camera, like "Date Picture Taken", "Shutter Speed" or "Camera Model"?

Image Properties

flag

4 Answers

vote up 2 vote down check

The following article should be helpful.

link|flag
vote up 3 vote down

When I built something similar I used this article quite a bit. But basically you're looking for the EXIF data embedded in the image.

There are a number of great libraries to extract it for you, if you don't want to write it from scratch.

link|flag
vote up 1 vote down

You probably want to use the BitmapMetadata class in the System.Windows.Media.Imaging namespace.

There is a BitmapMetadata sample that can be downloaded from MSDN.

link|flag
vote up 1 vote down

Links to simliar StackOverflow questions: here, here and here.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.