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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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