获取图片的meta信息(EXIF)

图片的meta信息,可以告诉我们很多在表面上无法看到的信息

方法一:如果只是简单的查看图片meta信息,可以上传至 https://exif.tuchong.com 进行查看

方法二:通过阿里云的服务可以获取图片的EXIF信息(详情见 https://help.aliyun.com/document_detail/44975.html?spm=a2c4g.11186623.6.1032.0ZtGLw )

以一张通过iPhone7plus 拍摄出来的图片为例,可以解析出以下信息

ApertureValue:{"value": "2159/1273"}孔径值

BrightnessValue:{"value": "19129/5855"}亮度值

ComponentsConfiguration:{"value": "1 2 3 0"}组件配置

DateTime:{"value": "2018:08:16 11:25:53"}日期

DateTimeDigitized:{"value": "2018:08:16 11:25:53"}数据日期

DateTimeOriginal:{"value": "2018:08:16 11:25:53"}原始日期

ExifTag:{"value": "222"}Exif标签

ExifVersion:{"value": "48 50 50 49"}Exif版本

ExposureBiasValue:{"value": "0/1"}曝光值

ExposureMode:{"value": "0"}曝光模式

ExposureProgram:{"value": "2"}曝光程序

ExposureTime:{"value": "1/33"}曝光时间

FNumber:{"value": "9/5"}F数

FileSize:{"value": "1721125"}文件大小

Flash:{"value": "16"}闪光

FlashpixVersion:{"value": "48 49 48 48"}Flashpix版本

FocalLength:{"value": "399/100"}焦距

FocalLengthIn35mmFilm:{"value": "28"}35mm等效焦距

Format:{"value": "jpg"}图片格式

GPSAltitude:{"value": "5158/605"}GPS海拔

GPSAltitudeRef:{"value": "0"}GPS测试起点

GPSDateStamp:{"value": "2018:08:16"}GPS日期时间

GPSDestBearing:{"value": "31073/164"}GPS最长方位

GPSDestBearingRef:{"value": "T"}GPS最长方位属性

GPSImgDirection:{"value": "31073/164"}GPS Img方向

GPSImgDirectionRef:{"value": "T"}GPS Img方向属性

GPSLatitude:{"value": "30deg 17' 30.620\" "}GPS纬度值

GPSLatitudeRef:{"value": "North"}GPS纬度方位

GPSLongitude:{"value": "120deg 5' 4.270\" "}GPS经度值

GPSLongitudeRef:{"value": "East"}GPS经度方位

GPSSpeed:{"value": "0/1"}GPS速度

GPSSpeedRef:{"value": "K"}GPS速度属性

GPSTag:{"value": "1822"}GPS标签

GPSTimeStamp:{"value": "3/1 25/1 51/1"}GPS时间戳

ISOSpeedRatings:{"value": "40"}ISO速度等级

ImageHeight:{"value": "3024"}图像高度

ImageWidth:{"value": "4032"}图像宽度

LensMake:{"value": "Apple"}透镜制造商

LensModel:{"value": "iPhone 7 Plus back dual camera 3.99mm f/1.8"}透镜型号

LensSpecification:{"value": "399/100 33/5 9/5 14/5"}透镜分辨率

Make:{"value": "Apple"}制造商

MakerNote:{"value": "2719 bytes undefined data"}制造商数据

MeteringMode:{"value": "5"}计量模式

Model:{"value": "iPhone 7 Plus"}型号

Orientation:{"value": "1"}方向

PixelXDimension:{"value": "4032"}图像宽度

PixelYDimension:{"value": "3024"}图像长度

ResolutionUnit:{"value": "2"}解决单元

SceneCaptureType:{"value": "0"}场景捕捉类型

SceneType:{"value": "1"}场景类型

SensingMethod:{"value": "2"}感光模式

ShutterSpeedValue:{"value": "7553/1493"}快门速度

Software:{"value": "11.4.1"}软件

SubSecTimeDigitized:{"value": "653"}秒

SubSecTimeOriginal:{"value": "653"}原始秒

SubjectArea:{"value": "2015 1511 2217 1330"}区域

TileLength:{"value": "512"}Tile长度

TileWidth:{"value": "512"}Tile宽度

WhiteBalance:{"value": "0"}白平衡

XResolution:{"value": "72/1"}X轴分辨率

YResolution:{"value": "72/1"}Y轴分辨率

如果有专研精神,可以查看官方文件,了解关于EXIF的更多信息 http://oss-attachment.cn-hangzhou.oss.aliyun-inc.com/DC-008-Translation-2016-E.pdf?spm=a2c4g.11186623.2.1.DaCt6h&file=DC-008-Translation-2016-E.pdf

你可能感兴趣的:(获取图片的meta信息(EXIF))