So, I have this project for which I may need to allow drawing on a webpage. Silverlight seemed the hip, new awesome way to do it, so I started out.
Well, I can draw just fine. My only problem now is actually saving the ink that I've drawn.
Someone at Microsoft, in their infinite wisdom, decided not allow render and image encoder functions within Silverlight because they're "high security" functions. Well, I don't know who made that decision, but it sucks, because now saving ink is a royal pain in the ass.
My question to you all is what is the best way to save the ink? I can already take the Strokes and output them into a large set of points. But, that seems pretty inefficient to save in a database.
My thought is that I can post those points back to a ColdFusion document and create them into a JPG, but that seems kind of hokey.
Does anyone else here have any experience with Silverlight and the inkPresenter that can give me some guidance?
Well, I can draw just fine. My only problem now is actually saving the ink that I've drawn.
Someone at Microsoft, in their infinite wisdom, decided not allow render and image encoder functions within Silverlight because they're "high security" functions. Well, I don't know who made that decision, but it sucks, because now saving ink is a royal pain in the ass.
My question to you all is what is the best way to save the ink? I can already take the Strokes and output them into a large set of points. But, that seems pretty inefficient to save in a database.
My thought is that I can post those points back to a ColdFusion document and create them into a JPG, but that seems kind of hokey.
Does anyone else here have any experience with Silverlight and the inkPresenter that can give me some guidance?