Reputation: 459
What I would like to do is the following: Change the points of the four corners of an image.
What is possible now, is to change the top left corner. But that will only move the image. I want to transform the image by changing the corner coordinates. The effect will be a 3d-kind transformation. A skew transformation will not do, I want to be able to position the corners freely.
Is this possible?
Upvotes: 0
Views: 953
Reputation: 189495
I don't think you can just place corners of an image arbitarily and have it distort accordingly. It might be better if you specified the effect you are trying to acheive.
There are couple of options which may or may not suit.
Matrix3DProjection
serve your purpose (as well as do a lot a math for you)?Upvotes: 1