Re: Quad Perspective Transformation

2007-02-01 Thread Gabriel Genellina
En Thu, 01 Feb 2007 13:46:37 -0300, Kamilche <[EMAIL PROTECTED]> escribió: > I have a need to tile a bitmap across an arbitrary quadrilateral, and > apply perspective to it. > The Python Imaging Library (PIL) has an undocumented function that > might work, but I can't figure out how to make it w

Quad Perspective Transformation

2007-02-01 Thread Kamilche
I have a need to tile a bitmap across an arbitrary quadrilateral, and apply perspective to it. The Python Imaging Library (PIL) has an undocumented function that might work, but I can't figure out how to make it work. You're supposed to pass it 8 parameters, a b c d e f g h . What I want is to tak