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): -

  1. Display an image from a resource: e.g. Www.someDomain.com/image.png
  2. The URL of the image to display pass control (i.e. it's not hard, but .. say .. one entered Page, text box through user).
  3. Change the size of the image.
  4. Add layers for the image. Can be a layer .. I do not know .. some original text or other image or icon
  5. Change the font or font-size of a layer font.
  6. 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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -