From owner-freebsd-questions@FreeBSD.ORG Wed Feb 4 06:23:50 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 88389106566B for ; Wed, 4 Feb 2009 06:23:50 +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 68CFE8FC17 for ; Wed, 4 Feb 2009 06:23:50 +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 n146NnAM054110 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Tue, 3 Feb 2009 22:23:50 -0800 (PST) (envelope-from bc979@lafn.org) Message-Id: <6E76C12D-18B0-4FCF-AFE4-E357778C5F8B@lafn.org> From: Doug Hardie To: Manolis Kiagias In-Reply-To: <498932A0.9080002@gmail.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: Tue, 3 Feb 2009 22:23:49 -0800 References: <498932A0.9080002@gmail.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 06:23:50 -0000 On Feb 3, 2009, at 22:16, Manolis Kiagias wrote: > Doug Hardie wrote: >> I am looking for a port that would take an image file (preferably and >> image format) and convert it to JPEG at a specified pixel size. I >> couldn't find anything in the ports that appears to provide this >> capability. If needed I would settle for requiring JPEG input >> format. > > You are looking for graphics/ImageMagick. This provides a 'convert' > command that does lots of image file manipulations. > Thanks. Don't know how I managed to miss it before.