WPF 中的照片标记
我正在寻找在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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
无论您对 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/