阅读“人物标签”由 Windows Live 照片库插入
照片库使您能够标记人脸并为其应用标签。据我所知,它将标签直接插入到文件中,而不是将其存储在数据库或随附的图元文件中的任何位置。
那么如果这是真的,它会插入什么数据以及它是如何格式化的?
Photo Gallery gives you the ability to mark a person's face and apply a tag to it. I understand it inserts tags directly into the file rather than store it off in a database or accompanying metafile anywhere.
So if that's true, what data is it inserting and how is it formatted?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是我想要的代码。它是用 C# 编写的。
Here's the code I wanted. It's in C#.
如果可能,Windows Live 照片库使用 XMP 将元数据写入图片文件。有关详细信息,请参阅元数据和 Windows Vista 照片库 。
When possible, Windows Live Photo Gallery uses XMP to write metadata to picture files. See Metadata and the Windows Vista Photo Gallery for details.