Is there a way to use the FilledPolygon routine to fill WITH another Image instead of a color?
I want to do Picture In Picture effects but that are not always rectangles, they might be at an angle, so I need to find a way to FILL a polygon array with another image.
I have tried passing another image in the function but does not seem to work.
imagefilledpolygon($image1, $values,8, $image2);
Can this be done? Is there another way to pull this off?
Thanks,
Jeff