What is the best EXIF library for .Net?

前端 未结 7 1061
臣服心动
臣服心动 2020-11-30 01:59

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

7条回答
  •  隐瞒了意图╮
    2020-11-30 02:27

    If you're compiling against v3 of the Framework (or later), then you can load the images using the BitmapSource class, which exposes the EXIF metadata through the Metadata property

提交回复
热议问题