How to mask image with another image in ActionScript 3.0
- by Nicola
Hi Gurus,
my issue is this, my users import an image with
FileReference and I need to mask it and then send it to server.
My problem is this: I'm be able do keep the filereference event and
transfer the image data into my canvas. I'm be able to send to server
the result of masking.
But I'm NOT be able to mask the image that my users have load in
my canvas.
There are any help/example??
Thanks
Nicola