JS获取图片方向

大家都推荐Exif.js, 我使用了一下,debug发现
EXIF.getData(img, function () {})中的fileReader.readAsArrayBuffer(img)不触发onload方法。

最后在https://stackoverflow.com/questions/7584794/accessing-jpeg-exif-rotation-data-in-javascript-on-the-client-side
找到了更简短的代码。

你可能感兴趣的:(JS获取图片方向)