[Nottingham] Downloading multiple images from a website

Robert Hart enxrah at nottingham.ac.uk
Sat Jun 4 01:13:53 BST 2005


On Sat, 4 Jun 2005, Robert Hart wrote:

> something like:
> 
> for i in *.png ; do convert $i -resize 640x480 $i `basename $i`.jpg ; done

argh. it's too late. I meant

for i in *.png ; do convert $i -resize 640x480 `basename $i`.jpg ; done

(obviously)

> Knowing this thread, you'll get 27 other different ways to do this.

of which 13 will be from me :-)

Rob



This message has been checked for viruses but the contents of an attachment
may still contain software viruses, which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.




More information about the Nottingham mailing list