Is it possible to take this image:

And apply this mask:

And turn it into this:

Using either GD or Imagick? I know it's possible to mask an image using shapes but I'm not sure how to go on about doing it with a pre-created alphatransparent image. :s
feedback
|
|
Using Imagick and ImageMagick version > 6 (I don't know if it will work on older versions):
| |||
|
feedback
|
|
I think you are looking for imagealphablending. I use it for watermarks, and I believe it will do the effect you are looking for. | |||||||||
feedback
|