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

[PHP] imagecolortransparent IE

2004-06-16 Thread Brian Krausz
Hi, I have been working to create a program that takes a user-uploaded background image, a little alpha blending, some data, and a pinch of fairy dust, and outputs a nice image. I have had trouble with the image displaying properly in Internet Explorer. An example:

Re: [PHP] imagecolortransparent IE

2004-06-16 Thread Richard Harb
That's sort of a known issue with our oh so standards compliant favourite browser... Search google for ie png transparency and though shall be enlighted. Richard -Original Message- Hi, I have been working to create a program that takes a user-uploaded background image, a little

Re: Re[2]: [PHP] imagecolortransparent()

2002-07-23 Thread Nick
thanks it worked ^^ -Nick Tom Rogers [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi, Tuesday, July 23, 2002, 5:16:43 AM, you wrote: N Tom Rogers [EMAIL PROTECTED] wrote in message N [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello Nick, Monday,

[PHP] imagecolortransparent()

2002-07-22 Thread Nick
i get php to allocate a colour then make it transparent using imagecolortransparent() instead of turning it transparent it becomes black. Is it something i'm doing wrong? can anyone help me? thanx in advance -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] imagecolortransparent()

2002-07-22 Thread Tom Rogers
Hello Nick, Monday, July 22, 2002, 8:47:39 PM, you wrote: N i get php to allocate a colour then make it transparent using N imagecolortransparent() N instead of turning it transparent it becomes black. N Is it something i'm doing wrong? can anyone help me? N thanx in advance Post a bit of

Re: [PHP] imagecolortransparent()

2002-07-22 Thread Nick
Tom Rogers [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello Nick, Monday, July 22, 2002, 8:47:39 PM, you wrote: N i get php to allocate a colour then make it transparent using N imagecolortransparent() N instead of turning it transparent it becomes

Re[2]: [PHP] imagecolortransparent()

2002-07-22 Thread Tom Rogers
Hi, Tuesday, July 23, 2002, 5:16:43 AM, you wrote: N Tom Rogers [EMAIL PROTECTED] wrote in message N [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello Nick, Monday, July 22, 2002, 8:47:39 PM, you wrote: N i get php to allocate a colour then make it transparent using N

Re[2]: [PHP] imagecolortransparent()

2002-07-22 Thread Tom Rogers
Hi, Tuesday, July 23, 2002, 5:16:43 AM, you wrote: N Tom Rogers [EMAIL PROTECTED] wrote in message N [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello Nick, Monday, July 22, 2002, 8:47:39 PM, you wrote: N i get php to allocate a colour then make it transparent using N

[PHP] ImageColorTransparent and Netscape?

2001-05-05 Thread martin helie
Hello everyone, I am stumped with ImageColorTransparent and Netscape. In Explorer, everything seems fine with this function, but in Netscape, there is no effect whatsoever. I am using ImagePNG with GD1.8 and PHP4.0.4. Is this another Netscape limitation? Tx, Martin -- PHP General Mailing

Re: [PHP] ImageColorTransparent and Netscape?

2001-05-05 Thread Alexander Skwar
So sprach martin helie am Sat, May 05, 2001 at 11:32:47AM -0400: I am stumped with ImageColorTransparent and Netscape. Netscape 4.x doesn't support transparent PNGs Alexander Skwar -- How to quote: http://learn.to/quote (german) http://quote.6x.to (english) Homepage: