摘要: 1 //使用前确保已经引入exif.js。下载地址:http://code.ciaoca.com/javascript/exif-js/ 2 var file=document.getElementById('imagefile').files[0];//获取文件流 3 correcctImageOrientation(file);//调用方法,将图片修正。 4 // 纠正图片旋转方向 5 fun 阅读全文
posted @ 2019-09-27 16:24 Strive-count 阅读(347) 评论(0) 推荐(0) 编辑