From owner-freebsd-questions@FreeBSD.ORG Wed Oct 6 21:07:52 2004 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 BF46A16A4CE for ; Wed, 6 Oct 2004 21:07:52 +0000 (GMT) Received: from mail4.speakeasy.net (mail4.speakeasy.net [216.254.0.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9599E43D1D for ; Wed, 6 Oct 2004 21:07:50 +0000 (GMT) (envelope-from johnmills@speakeasy.net) Received: (qmail 19129 invoked from network); 6 Oct 2004 21:07:50 -0000 Received: from dsl027-162-100.atl1.dsl.speakeasy.net (HELO otter.localdomain) ([216.27.162.100]) (envelope-sender ) by mail4.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 6 Oct 2004 21:07:50 -0000 Received: from localhost (jmills@localhost) by otter.localdomain (8.11.6/8.11.6) with ESMTP id i96L7nS18464; Wed, 6 Oct 2004 21:07:53 GMT X-Authentication-Warning: otter.localdomain: jmills owned process doing -bs Date: Wed, 6 Oct 2004 16:07:49 -0500 (EST) From: John Mills X-X-Sender: jmills@otter.localdomain To: stan In-Reply-To: <20041006182115.GB16084@teddy.fas.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Free BSD Questions list Subject: Re: Good tool for light photo editing? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John Mills List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2004 21:07:52 -0000 Stan - On Wed, 6 Oct 2004, stan wrote: > I just got my first set of pictures on CD's (vacation pics), and I wan't to > put them up on my web server. > What's a good tool to do some really lightweight editeing on them with? > Mostly I just need to rotate the vertical ones, but I _might_ do just a > little cropping on some few. ImageMagick (and sibs - it's a collection of utilities, like gcc) does a good job of resizing, thumbnails, format conversion, etc. Check the man pages for rotation commands - I haven't tried that. It has a GUI (as 'display'), is very handy for scripting, and pretty lightweight, too. For heavier hitting, GIMP. In between: Xv, which you've met. - John Mills john.m.mills@alum.mit.edu