how would you do it to convert all the flenames from input.jpg to
input640x480.jpg?

anyway Robert, album does all your conversions....


On Wed, 03 Dec 2003 16:42:23 +1300
Volker Kuhlmann <[EMAIL PROTECTED]> wrote:

> > If the ImageMagick command
> > # convert -sample 80x40 input.jpg output.jpg
> > resizes one file, what command will resize all .jpg's in the same
> directory (or do I have to use a script)
> 
> In bash, you type
> 
> mkdir new
> for n in *; do convert -sample blabla $n new/$n; done
> 
> where that asterisk stands for any shell glob pattern you wiash to use
> to match the files to be converted (you can also use more than one
> pattern, space-separated).
> 
> Volker
> 
> -- 
> Volker Kuhlmann                       is possibly list0570 with the domain in header
> http://volker.dnsalias.net/           Please do not CC list postings to me.
> 

--
Nick Rout
Barrister & Solicitor
Christchurch, NZ
Ph +64 3 3798966
Fax + 64 3 3798853
http://www.rout.co.nz
[EMAIL PROTECTED]

Reply via email to