Re: [ILUG] ImageMagik question re resizing images

From: Donncha O Caoimh (donncha.ocaoimh at domain tradesignals.com)
Date: Thu 25 Oct 2001 - 12:00:19 IST


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