Re: [PHP] watermark png on jpg

2006-01-03 Thread Libit
tedd wrote: I have png image with transparent background, and 1 jpg file. I use imageCopyMerge to paste the png image on the jpg image. the result image contain no transparent background mean the png file have white background when its suppose to be transparent what is the simple and best way

Re: [PHP] watermark png on jpg

2006-01-03 Thread tedd
I have png image with transparent background, and 1 jpg file. I use imageCopyMerge to paste the png image on the jpg image. the result image contain no transparent background mean the png file have white background when its suppose to be transparent what is the simple and best way to make this