ExifLib数据快速提取工具源码
项目描述
ExifLib读取Exif标签(例如,相机型号,GPS数据、日期照相,快门速度等)
利用GDI+,System.Drawing.Imaging类开发
ExifLib simply reads Exif tags (i.e., camera model, GPS data, date picture taken, shutter speed etc.)
from JPEG files, without the overhead introduced by using the GDI+
classes located in System.Drawing.Imaging, and with less lines of code for the developer.
ExifLib很简单,只有一个类和一个枚举命名空间中。
1