gpt4 book ai didi

javascript - 为什么我会收到 ReferrenceError : BinaryFile is not Defined

转载 作者:数据小太阳 更新时间:2023-10-29 05:29:19 24 4
gpt4 key购买 nike

我关注 this answer 中的结果完全正确,但我收到以下错误:

ReferenceError: BinaryFile is not defined

这是使用它的代码:

fr.onloadend = function() {
console.log(this);
exif = EXIF.readFromBinaryFile(new BinaryFile(this.result));
}

console.log 显示那里有数据,我只是不明白我收到的这个错误。

感谢您的帮助。

最佳答案

我用了下面的,效果很好

EXIF.getData(img, function() {
orientation = EXIF.getTag(this, "Orientation");
});

其中 img 是我的图像对象。

此外,EXIF.pretty(this) 有助于查看每张图片中的数据。

关于javascript - 为什么我会收到 ReferrenceError : BinaryFile is not Defined,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33880615/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com