How to mask image with another image in ActionScript 3.0
Posted
by Nicola
on Stack Overflow
See other posts from Stack Overflow
or by Nicola
Published on 2010-06-01T14:40:40Z
Indexed on
2010/06/01
14:43 UTC
Read the original article
Hit count: 493
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
© Stack Overflow or respective owner