exif获取图片旋转角度
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了exif获取图片旋转角度相关的知识,希望对你有一定的参考价值。
download url : https://github.com/exif-js/exif-js
//获取照片方向角属性,用户旋转控制 EXIF.getData(file, function() { // file input[type=file]的文件 EXIF.getAllTags(this); var orientation = EXIF.getTag(this, ‘Orientation‘); console.log(orientation ); });
以上是关于exif获取图片旋转角度的主要内容,如果未能解决你的问题,请参考以下文章
Exif.js获取图片的详细信息(苹果手机移动端上传图片旋转90度)