Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用“metadata-extractor-2.8.0.jar”库从此处获取特定的 EXIF(以及后来的 IPTC)标签。
对于第一个简单的用法,我想尝试原始值的“入门”中的代码。但是我遇到了一个问题,你可以在附图中看到。
图片(还不能发布图片。)
Add.Info:我可以读取每个循环的所有标签。所以库正在工作。
我有一个类似的问题。在 2.8.0 版本之后,该示例似乎没有更新。你试过了吗
getFirstDirectoryOfType(ExifSubIFDDirectory.class);
这解决了我的问题。