EXIF.getData(img, function(){
console.log(EXIF.pretty(this));
console.log('AllTags:',EXIF.getAllTags(this)) // 此处打印的为选中图片的数据
console.log(EXIF.getTag(this, 'Orientation'));
var tagj=EXIF.getTag(this,'GPSLongitude');
var tagw=EXIF.getTag(this,'GPSLatitude');
GPS 信息没有看到有返回呢?
1***@qq.com
- 发布:2021-01-27 14:03
- 更新:2022-08-24 16:29
- 阅读:882
1 个回复
FullStack - 【插件开发】【专治疑难杂症】【ios上架、马甲包、白包、过审、已成功上架过几百个】【多款插件已上架:https://ext.dcloud.net.cn/publisher?id=22130】【非诚勿扰】QQ:543610866
获取修改图片Exif信息(ios、andorid):https://ext.dcloud.net.cn/plugin?id=9190