Bonzo wrote:The co-ordinate system changed at some point so the version can have an effect.
In your case the blocks of numbers are the original co-ordinates in x y and the new co-ordinates in x y.
Coordinates in pixels ? That would be a big problem. I want to let it run in a loop where all images have different pixel sizes.
Bonzo wrote:
so 0,0,0,10 will move the top left corner which is 0,0 to the point 0,10 X stays the same and Y moves down 10px
And what does the third '90,0,90,5' mean then? it performs a perspective transformation and does not move the image.
Aditionally I do not understand the meaning of 90, 0 if my image has the size 200x200.
Bonzo wrote:
You can see some examples using php on my website:
Distort and more details on Anthony's
example site
Unfortunaltely all I have seen are fancy examples, but I need very basic examples that allow me to understand how to change the number to achive the image I want.