Hi is it possible to transform an images perspective... so it's new shape is an isosceles trapezoid? I saw a solution using imagemagick, but that would involve possibly rewriting my entire image manipulation script... (not to mention learning, of which i'm allergic)
+2
A:
GD does not support 3D image manipulations :( The solution using ImageMagick is not complex: http://valokuva.org/?p=112
FractalizeR
2009-10-01 13:21:41
+1
A:
I wrote a little function to do this with just PHP and the GD library.
James
2010-03-29 09:23:03
Thanks, i do like it. But if you get a chance to revist you need to add a geometric change in the x axis to make the perspective look less like you've just squished the corners down.
Drew
2010-06-01 21:48:12