What seems to be simple, isn\'t :(
I\'m trying to add something like a watermark (transparent png) on an image (jpg). This is the code I\'m using:
$w
Use imagecopymerge() instead of imagecopy()
imagecopy()
U may also like imagesavealpha()