Re: [PHP] Smart anti-aliasing

2006-02-12 Thread Curt Zirzow
On Sun, Feb 12, 2006 at 03:33:39PM -0500, tedd wrote: > >Create the image you are going to watermark with as a PNG, png > >doesn't suffer the issues of the antialiasing issues like GIF. > > > ... > > First, thanks for helping. No problem > > Second, I wasn't using a GIF -- my copyright was a png

Re: [PHP] Smart anti-aliasing

2006-02-12 Thread tedd
Create the image you are going to watermark with as a PNG, png doesn't suffer the issues of the antialiasing issues like GIF. You just want to make sure you use the function: imagealphablending(); On the original image before you apply the watermark in your merge. $image = imagecreatefro

Re: [PHP] Smart anti-aliasing

2006-02-12 Thread Curt Zirzow
On Sun, Feb 12, 2006 at 01:40:42PM -0500, tedd wrote: > Hi: > > I know how to create a watermark by simply imposing one image on > another via imagecopy() or imagecopymerge(). > > However, is there a way to place a watermark on a image such that the > watermark is actually anti-aliased against