RE: [PHP-DEV] [PATCH] imagesavealpha()

2003-03-05 Thread Steven Brown
> -Original Message- > From: Ilia A. [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 05, 2003 6:31 AM > To: Steven Brown; Pierre-Alain Joye; [EMAIL PROTECTED] > Subject: Re: [PHP-DEV] [PATCH] imagesavealpha() > > > On March 5, 2003 12:18 am, Steven Brown wrote:

Re: [PHP-DEV] [PATCH] imagesavealpha()

2003-03-05 Thread Ilia A.
On March 5, 2003 12:18 am, Steven Brown wrote: > I went to update the official gd library with my bug fixes so I could get > them rolled back into PHP's without requiring PHP's gd diverge more, but it > appears between the time PHP bundled gd and now that the gd people have > fixed the most importa

RE: [PHP-DEV] [PATCH] imagesavealpha()

2003-03-04 Thread Steven Brown
> -Original Message- > From: Pierre-Alain Joye [mailto:[EMAIL PROTECTED] > Sent: Sunday, February 23, 2003 3:02 PM > To: Pierre-Alain Joye > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [PHP-DEV] [PATCH] imagesavealpha() > > > Hello

Re: [PHP-DEV] [PATCH] imagesavealpha()

2003-02-26 Thread Pierre-Alain Joye
On Thu, 20 Feb 2003 22:17:48 +0200 Jukka Holappa <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > I have reported at http://bugs.php.net/?id=22323 that it's impossible > to actually create png images that are partially transparent. I needed > that feature

Re: [PHP-DEV] [PATCH] imagesavealpha()

2003-02-23 Thread Pierre-Alain Joye
Hello, The 1st patch will be applied, the 2nd is better but increase again the difference between the official GD and the bundled GD. Our plan is to keep our energy on the new gd and provides only bugfixes in the current 4.3 releases, that makes our life really easier. thank's for your contribut

RE: [PHP-DEV] [PATCH] imagesavealpha()

2003-02-20 Thread Steven Brown
> -Original Message- > From: Jukka Holappa [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 20, 2003 10:06 PM > To: Steven Brown > Cc: 'Pierre-Alain Joye'; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [PHP-DEV] [PATCH] imagesavealpha() > >

Re: [PHP-DEV] [PATCH] imagesavealpha()

2003-02-20 Thread Jukka Holappa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Steven Brown wrote: > I sent in a patch on 1/2/2003 to fix various issues blocking use of > transparent truecolor PNGs in PHP and its bundled libgd that included > adding imagesavealpha() to PHP, did my patch fall out of the loop? I've > attached the

RE: [PHP-DEV] [PATCH] imagesavealpha()

2003-02-20 Thread Steven Brown
> -Original Message- > From: Pierre-Alain Joye [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 20, 2003 9:02 PM > To: Jukka Holappa > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [PHP-DEV] [PATCH] imagesavealpha() > > > On Thu, 20 Feb

Re: [PHP-DEV] [PATCH] imagesavealpha()

2003-02-20 Thread Pierre-Alain Joye
On Thu, 20 Feb 2003 22:17:48 +0200 Jukka Holappa <[EMAIL PROTECTED]> wrote: It sounds good, I will run tests today and commit it to the HEAD. Thank's pierre -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] imagesavealpha()

2003-02-20 Thread Tal Peer
On Thu, 20 Feb 2003, Jukka Holappa wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > I have reported at http://bugs.php.net/?id=22323 that it's impossible to > actually create png images that are partially transparent. I needed that > feature yesterday so I have created a patc