tags:

views:

59

answers:

3

Does any free C# (.net) library exist for handling properties of pictures.

Main targeting functions is to read Camera Information from as it does "Google Picasa" picture viewer,

ScreenShot

I also want to try find identical pictures.

+2  A: 

I think you are looking for a way to pull the Exif data.

Have a look at this article.

Khadaji
A: 

I'd say take a look at FJCore

riffnl
A: 

What is the best EXIF library for .Net? http://stackoverflow.com/questions/42017/what-is-the-best-exif-library-for-net

zaf