哪个 EXIF 标签用于存储照片的关键字/标签?
我正在开发一个可以读取/写入 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为需要研究 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).
没有 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.