user3544117
user3544117

Reputation: 605

Transform image using XAML and generate new image

I have a ASP.NET MVC website.

I have a "flat" PNG image in my project that I need to transform. I think that I can use XAML for it.

Steps :

Is it possible to do what I need ?

Are the steps correct ?

I didn't find a good tutorial to do it, so ifyou have one, thanks in advance.

Upvotes: 0

Views: 126

Answers (1)

Rumplin
Rumplin

Reputation: 2768

How about the javascript aproach?

for example http://www.greensock.com/tweenmax/

and http://www.greensock.com/css3/

Upvotes: 1

Related Questions