文件名称:imagedata
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2013-06-17
- 文件大小:
- 12kb
- 下载次数:
- 0次
- 提 供 者:
- tpu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
C#获取照片EXIF信息显示拍摄时间,估计玩摄影的都知道数码相机拍摄的照片中,每张都带有Exif信息,在Exif中记录了照片的很多拍摄参数、比如快门速度、快门次数、光圈大小等,当然也包括了拍摄时间,本例就是通过使用C#的相关图像操作方法来读取Exif信息的拍摄时间。通过指定的数据流来创建Image,遍历图像文件元数据,检索所有属性,如果是PropertyTagDateTime,则返回该属性所对应的值。-C# Gets photo EXIF information display shooting time, estimated to play photography knows digital camera photographs, each comes with Exif information, photos are recorded in the Exif many shooting parameters, such as shutter speed, shutter times, aperture size and so on, of course, including the shooting time, in this case is through the use of C# related image manipulation method to read Exif information recording time. By specifying a data stream to create Image, traversing the image file metadata, retrieve all the attributes, if it is PropertyTagDateTime, then returns the corresponding attribute value.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
imagedata\ImageDate\Form1.cs
.........\.........\Form1.Designer.cs
.........\.........\Form1.resx
.........\.........\ImageDate.csproj
.........\.........\Program.cs
.........\.........\...perties\AssemblyInfo.cs
.........\.........\..........\Resources.Designer.cs
.........\.........\..........\Resources.resx
.........\.........\..........\Settings.Designer.cs
.........\.........\..........\Settings.settings
.........\ImageDate.sln
.........\ImageDate.suo
.........\.........\Properties
.........\ImageDate
imagedata