访问 NEF (Nikon) 文件中的 EXIF 数据
如何访问尼康 NEF 文件中存储的 EXIF 数据?我似乎找不到一个可以让我从元数据中提取一些基本信息的库。 (最好无需安装尼康编解码器)
How can I access the EXIF data stored in a Nikon NEF file? I can't seem to find a lib that will allow me to extract some basic information from the metadata. (Preferably without having to install the Nikon codec)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以调用一个单独的应用程序,例如 jhead 或 exiftool 然后解析 VB 代码中的输出。
You could call out to a separate app like jhead or exiftool and then parse the output within your VB code.