I\'d like to write an ASP.Net MVC app running on Windows Azure that will create images using WPF.
Before I start writing it, will that work?
Does Azure have the nece
Absolutely. In particular, Azure Websites (which probably weren't around at the time the other two answers were posted) can also use WPF and I use it in my applications for
It's stuff like that which makes ASP.NET such a cool platform.
The talk about GPU considerations that was raised by some people on this question is pretty irrelevant for simple image processing. I seriously doubt a GPU is even used for that when present.