PHP GD image perspective

gd, image-manipulation, php

Solution

GD does not support 3D image manipulations :( The solution using ImageMagick is not complex: http://valokuva.org/?p=112

Problem

Hi is it possible to transform an images perspective. so it's new shape is an isosceles trapezoid? I saw a solution using Imagick, but that would involve possibly rewriting my entire image manipulation script... (not to mention learning, of which i'm allergic)

Original source