I am looking for simple straightforward solution for accessing EXIF information of jpeg images in .Net. Does anybody has experience with this?
|
|
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. |
||
|
|
|
|
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 |
||
|
|
|
|
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 to similar SO question: How to get the EXIF data from a file using C# |
||
|
|
