WPF 中的照片标记

发布于 2025-01-03 12:40:47 字数 99 浏览 0 评论 0原文

我正在寻找在 WPF 中的图像上添加标签的东西。是否有某种 API 可以像 Web 中的 API 一样执行此操作,例如 jquery 和 Facebook API。或者我们需要调整它?

I'm looking for something to add tags on images in WPF. Is there some sort of APIs that will do it like the ones in web, for instance jquery and Facebook APIs. Or we need to tweak it?

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

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

发布评论

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

评论(2

稚气少女 2025-01-10 12:40:47

WPF 不包含标记系统。

所以你必须添加你自己的。

覆盖矩形并不难;只需将图像控件放入网格或画布中,并允许用户在顶部绘制矩形: 使用自定义矩形裁剪图像

如果您想在图像数据本身中包含标签,您将需要深入研究允许您向图片添加自定义字段的图像格式:http://www.media.mit.edu/pia/Research/deepview/ exif.html

WPF does not include a tagging system.

So you will have to add your own.

Overlaying rectangles isn't hard; just put an image control in a grid or canvas and allow the user to draw rectangles on top: Image crop with custom rectangle

IF you want to include the tags in the image data itself you will need to dive into an image format that allows you to add custom fields to the picture: http://www.media.mit.edu/pia/Research/deepview/exif.html

一抹淡然 2025-01-10 12:40:47

无论您对 Perl 的看法如何,ExifTool 都是最好的: http://www.sno .phy.queensu.ca/~phil/exiftool/

Regardless of your opinion on Perl, ExifTool is the best: http://www.sno.phy.queensu.ca/~phil/exiftool/

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