Re: [ILUG] ImageMagik question re resizing images

From: Hugh Mc Gauran (hugh.mcgauran at domain piercom.ie)
Date: Thu 25 Oct 2001 - 12:01:49 IST


cheers....
if i had waited 10 seconds before sending the mail i wouldnt have needed to
send it...

hugh
----- Original Message -----
From: Donncha O Caoimh <donncha.ocaoimh at domain tradesignals.com>
To: Hugh Mc Gauran <hugh.mcgauran at domain piercom.ie>
Cc: <ilug at domain linux.ie>
Sent: Thursday, October 25, 2001 11:58 AM
Subject: Re: [ILUG] ImageMagik question re resizing images

> Try this..
>
> for i in *.jpg
> do
> convert -geometry 95% $i $i.tmp
> mv $i.tmp $i
> done
>
> Or use xargs or whatever...
>
> Donncha.
>
>
> Hugh Mc Gauran wrote:
> >
> > I have a dir full of images that i need to resize down to 95 per cent of
the
> > original. I am looking at using convert to do same. anyone have any
pointers
> > on how to resize by per cent using convert. I have RTFM and searched the
web
> > to no avail.



This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:12:55 GMT