typedef struct tag_ExifInfo {
char Version [5]; //EXIF 信息版本
char CameraMake [32]; //DC 制造商
char CameraModel [40]; //DC 型号
char DateTime [20]; //JPG 文件日期
int Height, Width; //图像高度、宽度
int Orientation; //拍摄方向,例如相机向左手方向旋转后拍摄的
int IsColor;
int Process; //被处理
int FlashUsed; //是否使用闪光灯
float FocalLength; //焦距
float ExposureTime; //曝光时间(快门速度)
float ApertureFNumber; //光圈数
float Distance; //拍摄物体距离
float CCDWidth; //CCD 大小
float ExposureBias; //曝光补偿
int Whitebalance; //白平衡
int MeteringMode; //测光模式
int ExposureProgram; //曝光
int ISOequivalent; //ISO
int CompressionLevel; //压缩
float FocalplaneXRes; //焦平面X轴分辨率
float FocalplaneYRes; //焦平面Y轴分辨率
float FocalplaneUnits; //焦平面分辨率单位
float Xresolution; //X 轴分辨率 (水平分辨率dpi)
float Yresolution; //Y 轴分辨率 (垂直分辨率dpi)
float ResolutionUnit; //分辨率单位
float Brightness; //亮度
char Comments[MAX_COMMENT];//注释 unsigned char * ThumbnailPointer; /* Pointer at the thumbnail */
unsigned ThumbnailSize; /* Size of thumbnail. */ bool IsExif;
} EXIFINFO;

  

最新文章

  1. vs快捷键visual studio
  2. 漫谈python中的搜索/排序
  3. SimPholders Xcode快速访问沙盒
  4. 通过mongodb客户端samus代码研究解决查询慢问题
  5. poj1819Disks
  6. MFC容器类介绍
  7. 关于Android 访问权限设置
  8. centos 64位linux系统下安装appt命令
  9. Struts2类型转换器
  10. 安装Nuget上常用的包的命令
  11. Codeforces Round #310 (Div. 2)--B
  12. xhost
  13. Jquery ajax调用后台aspx后台文件方法(不是ashx)
  14. iOS 上架提示ipad需要显示四个方位,而我们只能竖屏的时候的解决办法
  15. 让你用sublime写出最完美的python代码--windows环境
  16. 微信小程序测试方法总结
  17. Python学习手记
  18. 分布式事务?咱先弄明白本地事务再说 - ACID
  19. flutter row 文字显示不全
  20. Oracle rdbms Brush password

热门文章

  1. vue.use的原理
  2. 肖sir__整理项目链接
  3. java报错 SLF4J:Failed to load class "org.slf4j.impl.StaticLoggerBinder"
  4. 对Frobenius 范数的理解
  5. Linux Qt编译时出现has modification time int the future的解决方法
  6. winform 中 label透明化
  7. Spring 事务传播属性
  8. 浅谈Atlassian产品搭建的敏捷管理体系(一)概述
  9. 下载成功安装maven,卸载替换eclipse自带的报错的maven
  10. 2023-03-01 Warning: require(C:\wamp\www\tp5\public../thinkphp/base.php): failed to open stream: No such file or directory in C:\wamp\www\tp5\public\index.php on line 15