getDirectory(Class<ExifSubIFDDirectory>) 未定义

getDirectory(Class<ExifSubIFDDirectory>) is undefined

我正在尝试使用来自 here 的 "metadata-extractor-2.8.0.jar" 库获取特定的 EXIF(以及后来的 IPTC)标签。

对于第一个简单用法,我想尝试使用 "getting started" 中的代码来获取原始值。 但是我运行出了问题,你可以看附图。

Picture(还不能 post 图片。)

Add.Info:我可以用 for each 循环读取所有标签。所以库正在工作。

我遇到了类似的问题。看起来样本在 2.8.0 发布后还没有更新。你试过了吗

getFirstDirectoryOfType(ExifSubIFDDirectory.class);

这解决了我的问题。