> I am trying to copy a quadrangular but NOT rectangular area of > one image to > THE SAME quadrangular area of another image of the same size.
How about creating an image object, filling it with black, copyPixelling it to another image object using the quad you need then using this image as a mask in copying from one to the other. Most of this is done in RAM so it should be relatively fast, though I'm sure there are some optimisations available. HTH, -Sean. [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
