Commit 76573a3a by doszhang

dos

parent 446c1105
......@@ -446,6 +446,7 @@ function bindUpload(that, ctx, myCanvas, index, callback, imgInfo) {
}
event.preventDefault();
var imgData = that.files[0];
console.log(imgData)
EXIF.getData(imgData, function () {
//获取旋转信息
var orientation = EXIF.getTag(this, "Orientation");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment