Re: [PHP] ImageColorTransparent Problem

2004-08-09 Thread Lester Caine
Kevin wrote: Yes, I have tried making the image with imagecreate() function and it was transparent. Using imagecreate() function I was only able to make 256 colors but the image was transparent. I want real colors so I used imagecreatetruecolor() and now the same is not transparent. THAT is a bug

[PHP] ImageColorTransparent Problem

2004-08-08 Thread Kevin
Hi, I am having PHP Version 4.3.4 with GD 2.0.15 compatible and PNG support enabled. My problem with the following code is that the image produced be this code is not transparent. It has a black background. I have viewed it in IE 6 and its not transparent. Can someone help me how to make this

Re: [PHP] ImageColorTransparent Problem

2004-08-08 Thread Jason Davidson
Does IE even support PNG transparncy properly anyways??? maybe thats the issue here? Jason Kevin [EMAIL PROTECTED] wrote: Hi, I am having PHP Version 4.3.4 with GD 2.0.15 compatible and PNG support enabled. My problem with the following code is that the image produced be this code is

Re: [PHP] ImageColorTransparent Problem

2004-08-08 Thread Matthew Runo
Have you tried it in other browsers? IE 6 / windows PNG support leaves much to be desired, even more so when we want them to be transparent. Try it in Firefox, or some other similar browser. Same results? Matthew Runo http://www.quabbo.com Quabbo Internet Services The only host with the Zend

Re: [PHP] ImageColorTransparent Problem

2004-08-08 Thread Kevin
Jason Davidson [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Does IE even support PNG transparncy properly anyways??? maybe thats the issue here? Yes, I have tried making the image with imagecreate() function and it was transparent. Using imagecreate() function I was only able to