Possible Duplicate:
How to merge transparent PNG with image using PHP?
I am completely lost here, so help would be greatly appreciated. I am new to PHP image manipulation.
I have two semi-transparent png files, and I would like to overlay one over the other and output the resulting png.
Thanks in advanced.
EDIT:
- GD, though I can change that if needed.
- So far I've hacked this together from what I could find on the internet. It does not work.