vote up 6 vote down star
2

I am looking for simple straightforward solution for accessing EXIF information of jpeg images in .Net. Does anybody has experience with this?

flag

4 Answers

vote up 4 vote down

I like Atalasoft's DotImage Photo, but its a closed source solution and costs about 600 per dev license.

You can also check out DTools at Codeplex, which is an open source framework designed to supplement the standard Fx. It includes some Exif related classes.

link|flag
vote up 1 vote down

the one I have saved in feeddemon for me to check out more when I have time (when is that for a programmer? LOL) is below

ExifTagCollection - EXIF Metadata extraction library

Mike

link|flag
vote up 1 vote down

Check out this metadata extractor. It is written in Java but has also been ported to C#. I have used the Java version to write a small utility to rename my jpeg files based on the date and model tags. Very easy to use.

link|flag
vote up 0 vote down

Link to similar SO question: How to get the EXIF data from a file using C#

link|flag

Your Answer

Get an OpenID
or

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