From owner-freebsd-questions@FreeBSD.ORG Mon Oct 6 03:11:28 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF25516A4BF for ; Mon, 6 Oct 2003 03:11:28 -0700 (PDT) Received: from hauptpostamt.charite.de (hauptpostamt.charite.de [193.175.66.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23E6C43FE1 for ; Mon, 6 Oct 2003 03:11:27 -0700 (PDT) (envelope-from alexander.haderer@charite.de) Received: from postamt1.charite.de (postamt1.charite.de [193.175.66.246]) by hauptpostamt.charite.de (Postfix) with ESMTP id E5FCB15C04D; Mon, 6 Oct 2003 12:11:12 +0200 (CEST) Received: from chaplin.charite.de (chaplin.str.charite.de [192.168.202.88]) by postamt1.charite.de (Postfix) with ESMTP id 80DD3633B3; Mon, 6 Oct 2003 12:11:12 +0200 (CEST) Message-Id: <5.2.0.9.1.20031006120150.019f93e0@postamt1.charite.de> X-Sender: afrika@postamt1.charite.de X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Mon, 06 Oct 2003 12:05:08 +0200 To: Warren Block , JacobRhoden From: Alexander Haderer In-Reply-To: <20031002223247.E3423@wonkity.com> References: <200310031358.03614.jrhoden@unimelb.edu.au> <200310031358.03614.jrhoden@unimelb.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new at charite.de cc: freebsd-questions@freebsd.org Subject: Re: port for batch image manipulation? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Oct 2003 10:11:28 -0000 At 22:34 02.10.2003 -0600, Warren Block wrote: >On Fri, 3 Oct 2003, JacobRhoden wrote: > > > Does anyone know of a good port which will simply resize a directory of > jpg's > > to a specified (proportional) size? > >I'm pretty sure graphics/ImageMagick will do it; probably the mogrify >command. (It's not on this machine or I'd check...) Yes, ImageMagick's convert command will do the job. If you downscale images to icons you should compare the resulting image qualtity with icons generated with graphics/netpbm tools (pnmscale). Another tool to scale images may be graphics/xv Alexander