EXIF info from picture?

Hi
any way to retrieve the EXIF info from a picture ?
tx
Simone

Reviving this old one… I am interested in knowing the orientation of a picture…
S.

As far as I know there is no node for that available

… I once wrote one but can’t find it anymore. I Used the well known metadataextractor lib for that purpose http://www.drewnoakes.com/code/exif/ but it seems there are nowadays some more - well designed - c# libs you could get your hands dirty with http://stackoverflow.com/questions/58649/how-to-get-the-exif-data-from-a-file-using-c-sharp & [http://stackoverflow.com/questions/42017/what-is-the-best-exif-library-for-net](http://www.drewnoakes.com/code/exif/](http://www.drewnoakes.com/code/exif/) but it seems there are nowadays some more - well designed - c# libs you could get your hands dirty with http://stackoverflow.com/questions/58649/how-to-get-the-exif-data-from-a-file-using-c-sharp & [http://stackoverflow.com/questions/42017/what-is-the-best-exif-library-for-net)

Try this, I wrote it quickly, so I hope it is working ;)
it is based on: http://renaud91.free.fr/MetaDataExtractor

EXIF plugin (jpeg, raw) (155.5 kB)

Wow, awesome, and by Zeos, the God of Canon himself