Forum Moderators: coopster
for example: lets say i have background.jpg and layer1.jpg and i want to add layer1.jpg on top of background.jpg with a multiply effect so that they both get mixed as an image.
can anyone tell me the ways this can be achieved as well as positioning the layer1.jpg picture.
thank you for your help
Basically you'll want to use PNG images (support for transparency), and do a search for 'GD library tutorials' in a search engine. I don't have any code off the top of my head, although I've done it before and it works nicely... very useful for watermarking images.