Re: [PHP-DEV] [PATCH] Three new GD functions

2003-04-04 Thread Pierre-Alain Joye
On Fri, 4 Apr 2003 20:30:23 -0500 "John Coggeshall" <[EMAIL PROTECTED]> wrote: > > I haven't done a comparison, but imagecopyrotated() isn't something I > made -- I ported it from the latest version of the GD library. If you > think you could make a better imagecopyrotated() I don't have a > prob

RE: [PHP-DEV] [PATCH] Three new GD functions

2003-04-04 Thread John Coggeshall
o:[EMAIL PROTECTED] >Sent: Friday, April 04, 2003 8:11 PM >To: John Coggeshall >Cc: [EMAIL PROTECTED] >Subject: Re: [PHP-DEV] [PATCH] Three new GD functions > > >On Fri, 4 Apr 2003 13:11:04 -0500 >"John Coggeshall" <[EMAIL PROTECTED]> wrote: > >>

Re: [PHP-DEV] [PATCH] Three new GD functions

2003-04-04 Thread Pierre-Alain Joye
On Fri, 4 Apr 2003 13:11:04 -0500 "John Coggeshall" <[EMAIL PROTECTED]> wrote: > > I've ported three GD functions from the 2.0.12 version of GD into the > bundled version: imagesetclip(), imagegetclip(), and > imagecopyrotated()... I may go through and port more but I wanted to > see the response

Re: [PHP-DEV] [PATCH] Three new GD functions

2003-04-04 Thread Ilia A.
On April 4, 2003 01:11 pm, John Coggeshall wrote: > I've ported three GD functions from the 2.0.12 version of GD into the > bundled version: imagesetclip(), imagegetclip(), and > imagecopyrotated()... I may go through and port more but I wanted to see > the response to this before I wasted more tim