From owner-freebsd-questions Mon Sep 11 17:40:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from pioneernet.net (pop3.pioneernet.net [208.240.196.25]) by hub.freebsd.org (Postfix) with ESMTP id 919AC37B423 for ; Mon, 11 Sep 2000 17:40:55 -0700 (PDT) Received: from wiegand.org [208.194.173.26] by pioneernet.net with ESMTP (SMTPD32-6.03) id AECE54A603C0; Mon, 11 Sep 2000 17:54:38 -0700 Message-ID: <39BD7BDB.A97164E2@wiegand.org> Date: Mon, 11 Sep 2000 17:42:03 -0700 From: Chip X-Mailer: Mozilla 4.74 [en] (X11; U; FreeBSD 4.0-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: "Andresen,Jason R." Cc: "freebsd-questions@freebsd.org" Subject: Re: Making thumbnail images References: <39BC0225.520792D6@wiegand.org> <39BCE73F.80D641D@mitre.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Thanks, but I got image magick working and am using mogrify to make the thumbs, and it works quite well. And there's the montage option to take a look at, as Kevin O. has suggested. Thanks to all, I appreciate the help. -- Chip W. www.wiegand.org Alternative Operating Systems "Andresen,Jason R." wrote: > > Chip wrote: > > > > I am interested in a program that will take a large number > (over > > 600) of jpg images and create thumbnails of them. I have > tried > > something called qp and it doesn't seem to do squat. I also > > looked > > at webmagick but it appears to have a huge learning curve and > I > > just don't have time for that. Any other suggestions? > > Well, I've got this old perl script that I whipped up ages ago. > You'll > need netpbm and jpeg installed. The command like options you > most > likely want are: ./genindex -s index -f jpg [-i] > You will need to edit a couple of paths near the top of the > script if > you want to use the -i option, just point them to the included > html > files (and modify those if you want. :) > The -i generates HTML index pages with clickable imagemaps. Be > warned, > the netpbm code still has a bug that occasionally munges the > colors on > the generated index page. Caveat empretor. > > -- > _ _ _ ___ ____ ___ > ______________________________________ > / \/ \ | ||_ _|| _ \|___| | Jason Andresen -- > jandrese@mitre.org > / /\/\ \ | | | | | |/ /|_|_ | Views expressed may not reflect > those > /_/ \_\|_| |_| |_|\_\|___| | of the Mitre Corporation. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message