如何从图片中获取元数据?

发布于 2024-09-01 02:18:52 字数 232 浏览 1 评论 0原文

我正在浏览网页,但无法找到如何从图片中获取元数据。

有人有想法吗?

我在 Bitmap/BitmapFactory/BitmapFactory.Options 文档中看不到任何可以给我提示的内容。

我想检索标准信息,例如:

  • 名称、
  • 日期、
  • 尺寸
  • 、尺寸

等。

有什么想法吗?

I am browsing the web but no way to find how to get metadata from a picture.

Does anyone has an idea ?

I can't see anything in the Bitmap/BitmapFactory/BitmapFactory.Options documentation that would give me a hint.

I would like to retrieve standard information such as :

  • name
  • date it was taken
  • dimension
  • size

and maybe more.

Any idea ?

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

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

发布评论

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

评论(2

偷得浮生 2024-09-08 02:18:52

您可以通过将 BitmapFactory.Options.inJustDecodeBounds 设置为 true 来至少获取图像的大小。

如果图像位于 MediaStore 中,您也许可以获得更多信息。

You can get at least the size of the image by setting BitmapFactory.Options.inJustDecodeBounds to true.

If the image is in the MediaStore, you might be able to get more information.

居里长安 2024-09-08 02:18:52

根据此线程

http://osdir.com/ml/AndroidDevelopers/2009- 02/msg00821.html

你必须使用ImageManager

According to this thread

http://osdir.com/ml/AndroidDevelopers/2009-02/msg00821.html

you have to use ImageManager

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