Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:704 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20389 invoked from network); 5 Apr 2003 01:15:57 -0000 Received: from unknown (HELO mx01.nexgo.de) (151.189.8.96) by pb1.pair.com with SMTP; 5 Apr 2003 01:15:57 -0000 Received: from pabook (dialin-145-254-130-049.arcor-ip.net [145.254.130.49]) by mx01.nexgo.de (Postfix) with SMTP id 9D46F3BE04; Sat, 5 Apr 2003 03:15:55 +0200 (CEST) Date: Sat, 5 Apr 2003 03:11:25 +0200 To: "John Coggeshall" Cc: internals@lists.php.net Message-ID: <20030405031125.7964654e.paj@pearfr.org> In-Reply-To: <000001c2fad5$98d773f0$1f01a8c0@cooglewin> References: <000001c2fad5$98d773f0$1f01a8c0@cooglewin> Organization: Freelance X-Mailer: Sylpheed version 0.8.11 (GTK+ 1.2.10; i586-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [PATCH] Three new GD functions From: paj@pearfr.org (Pierre-Alain Joye) On Fri, 4 Apr 2003 13:11:04 -0500 "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 time... I can take care of imagecopyrotated using the actual imagerotate function, which provides a better quality. Do you agree? pierre