Re: [GD-DEVEL] trasparent image width antialiasing
[email protected] (Pierre)
| Newsgroups | php.gd.devel |
|---|---|
| Message-ID | <[email protected]> |
On 2/1/07, yagyog <[email protected]> wrote: > ok I have seen. > > I have created two images with the channel alpha ba.png bb.png > and used the same code here the result > > http://www.yag.altervista.org/varius/1/ba.png > http://www.yag.altervista.org/varius/1/bb.png These images are not correct. There is no alpha used in the text and the green/red "backgournd "colors are still used. You have to create images _without_ background color and only use _alpha_ for the text anti aliasing. > my result > http://www.yag.altervista.org/varius/1/test.png Yes, and it is expected, you have green and red artifacts. --Pierre