在 Blackberry 中读取图像的 EXIF 数据

发布于 2024-12-18 03:32:50 字数 175 浏览 2 评论 0原文

如何使用代码读取黑莓设备中图像的 EXIF 数据。我在android中使用了 ExifInterface 。黑莓有类似的东西吗? 谢谢

How to read EXIF data of an Image in a blackberry device using code. I have used ExifInterface in android. Is there something similar in blackberry.
Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风吹雨成花 2024-12-25 03:32:50

我还没有真正尝试过这个,但我最好的猜测是 getMetaData()
在 EncodedImage 中,它返回 MetaDataControl:

MetaDataControl 用于检索包含的元数据信息
在媒体流中。 MetaDataControl 对象识别并
存储元数据并提供类似 XML 的访问器方法来检索
这些信息。

I haven't really tried this, but my best guess would be getMetaData()
in EncodedImage, which returns a MetaDataControl:

MetaDataControl is used to retrieve metadata information included
within the media streams. A MetaDataControl object recognizes and
stores metadata and provides XML-like accessor methods to retrieve
this information.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文