How do I retrieve the properties of a photo taken

2019-04-09 05:05发布

Preferably in VB.Net, but C# is fine, how can I access the extra properties added to a file by my digital camera, like Date Picture Taken, Shutter Speed or Camera Model?

4条回答
老娘就宠你
2楼-- · 2019-04-09 05:35

The following article should be helpful.

查看更多
何必那么认真
3楼-- · 2019-04-09 05:37
Anthone
4楼-- · 2019-04-09 05:41

When I built something similar I used this article quite a bit. But basically you're looking for the EXIF data embedded in the image.

There are a number of great libraries to extract it for you, if you don't want to write it from scratch.

查看更多
贪生不怕死
5楼-- · 2019-04-09 05:59

I maintain a library that offers comprehensive support for extracting image metadata from a variety of file formats.

https://github.com/drewnoakes/metadata-extractor-dotnet

查看更多
登录 后发表回答