From owner-freebsd-questions@FreeBSD.ORG Wed Feb 4 18:16:58 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BFCB106566B for ; Wed, 4 Feb 2009 18:16:58 +0000 (UTC) (envelope-from bc979@lafn.org) Received: from zoom.lafn.org (zoom.lafn.org [206.117.18.8]) by mx1.freebsd.org (Postfix) with ESMTP id 093008FC12 for ; Wed, 4 Feb 2009 18:16:57 +0000 (UTC) (envelope-from bc979@lafn.org) Received: from [10.0.1.196] (pool-71-109-162-173.lsanca.dsl-w.verizon.net [71.109.162.173]) (authenticated bits=0) by zoom.lafn.org (8.14.2/8.14.2) with ESMTP id n14IGvxA072365 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Wed, 4 Feb 2009 10:16:57 -0800 (PST) (envelope-from bc979@lafn.org) Message-Id: From: Doug Hardie To: Peter Giessel In-Reply-To: <47403571852053381590170974529840660223-Webmail@me.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Wed, 4 Feb 2009 10:16:56 -0800 References: <498932A0.9080002@gmail.com> <6E76C12D-18B0-4FCF-AFE4-E357778C5F8B@lafn.org> <47403571852053381590170974529840660223-Webmail@me.com> X-Mailer: Apple Mail (2.930.3) X-Virus-Scanned: ClamAV version 0.92.1, clamav-milter version 0.92.1 on zoom.lafn.org X-Virus-Status: Clean Cc: freebsd-questions@freebsd.org Subject: Re: Image size manipulation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2009 18:16:58 -0000 On Feb 4, 2009, at 08:17, Peter Giessel wrote: > > On Wednesday, February 04, 2009, at 07:10AM, "Doug Hardie" > wrote: >> I am currently using gd to create some images from data, but don't >> see >> how to resize the images to a specific pixel size. Nothing seems to >> stand out in the documentation. > > void gdImageCopyResized doesn't stand out to you? > http://www.libgd.org/CopyResize No it didn't. Somehow I missed it in the documentation listing. Thanks for pointing it out.