Re: Automation of image resizing

by "Robin S. Socha" <robin(at)franck.pc.uni-koeln.de>

 Date:  27 May 1998 23:59:22 +0200
 To:  hwg-graphics(at)hwg.org
 References:  onyx
  todo: View Thread, Original
> Darren Stephens <darren.stephens(at)onyx.net> writes:

> Hi there, I'm wondering if anyone can help me out with a problem
> that I may come up against soon.

> I may soon need to resize A LOT of images to fit witin some database
> generated template pages. So I need to ask these questions:

> 1.Will Photoshop let me do this kind of thing with a macro. If so
> will it insist on aboslute dimensions or will percentages be ok.

Will.

> 2.If Photoshop can't do this, what other options are there
> (short of writing my own code) to do it.

Even nicer: get yourself a Linux distrib (will give you your own
webserver, decent perl, Gimp [forget Photoshop], the best HTML editor
on earth and much, much more...) and use ImageMagick's convert for
something like this:

for i in *gif       
do
convert -size 50% $i > $i.TmP
mv $i.TmP $i
done

Semi-automatic weapons RulE ;-)

Robin

-- 
Robin S. Socha     Join the Fight: <http://www.enemy.org/>
Jesus started life as a carpenter.
Bill Gates turns perfectly good computers into furniture.

HWG: hwg-graphics mailing list archives, maintained by Webmasters @ IWA