哪个 EXIF 标签用于存储照片的关键字/标签?

发布于 2024-07-22 12:06:19 字数 248 浏览 16 评论 0原文

我正在开发一个可以读取/写入 EXIF 标签的照片库。 我会将照片标题放在 EXIF 标签 DocumentName 中,将描述放在 EXIF 标签 ImageDescription 中。 我还计划使用地理标签。 但是照片标签/类别呢? 我想在我的系统中存储照片所标记的以空格分隔的标签字符串。 是否有通常用于此类信息的 EXIF 标签? 我可以编写自己的(即 PhotoTags),但我想除了在我的系统内部(该信息无论如何都存储在数据库中)之外,这实际上没有任何用处。

I am developing a photo gallery which will read/write EXIF tags. I will put photo title in the EXIF tag DocumentName and description in EXIF tag ImageDescription. I also plan to use the geo-tags. But what about photo tags/categories? I want to store a space-separated string of the tags a photo is tagged with in my system. Is there any EXIF tag that is normally used for this type of information? I could write my own (i.e. PhotoTags) but I guess that is not really of any use except for internally in my system (where this information is stored in a database anyway).

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

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

发布评论

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

评论(2

临走之时 2024-07-29 12:06:19

我认为需要研究 IPTC 和/或 XMP(不完全清楚它们的关系)用于存储有关图像的元数据(例如关键字/标签、标题、描述等)。

I think that will want to look into IPTC and/or XMP (not entirely clear over their relation) for storing metadata about images (such as keywords/tags, title, description and so on).

执手闯天涯 2024-07-29 12:06:19

没有 EXIF 标签,但有一个 IPTC“关键字”标签。 JPEG可以处理IPTC记录,所以应该没有问题。

There's no EXIF tag for this, but there is an IPTC "keywords" tag. JPEG can handle IPTC records, so there should be no problem.

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