image manipulation - Can Silverlight do the following? -
Can I do the following in Silverlight page / app? (Note: Silverlight app will be embedded on ASP.NET MVC website page): -
- Display an image from a resource: e.g. Www.someDomain.com/image.png
- The URL of the image to display pass control (i.e. it's not hard, but .. say .. one entered Page, text box through user).
- Change the size of the image.
- Add layers for the image. Can be a layer .. I do not know .. some original text or other image or icon
- Change the font or font-size of a layer font.
- Save the modified image to another URL, via an HTTP-POST so if I have changed the size of the image or added some text-layers, then all of these are a bitmap (PNG / / Whichever is done), which are posted as binary in the URL. (I.e. Multipart / Form-Data)
Note:
I have but it was for Flash (flv / swf) I am interested now if it is in Silverlight can be done.
Updated questions
In addition, what software is necessary to create these Silverlight apps? VS2008? Expression Blend? I know that you can use Notepad .. but I'm so new to it that I need some WYSIWYG app, I hope.
Write-able Bitmap API Silverlight 3 What are you after. You can use Standard Strawlight Control like standard blogger and image to exclude images and layers, and then use the API to take a "screenshot" of "layout" to upload to the server.
Hope this helps
Comments
Post a Comment