Hello list!

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.

And this as fast as possible.

Something like that:

pointsL = [point(453,161), point(476,165), point(469,204),point(446,200)]

 image1.copypixels(image2, pointsL, pointsL)

Now it seems to me that Director doesn't accept quads in the source image.

Can you confirm that and if so is there a workaround as fast as
"copypixels"?

Thanks for your help!

Regards
Michael von Aichberger

[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!]

Reply via email to