[K12OSN] OT: Bulk Image Resizing (from photo cds)

Roger roger.in.eugene at gmail.com
Tue May 24 20:02:21 UTC 2005


On 5/24/05, Vern Ceder <vceder at canterburyschool.org> wrote:
> ImageMagick will do it...
> 
> http://www.imagemagick.org/script/index.php

with the 'convert' utility, I've done something similar to:
for i in `ls *.jpg ;do convert -size 180x180 $i -resize 180x180
+profile "*" tn-$i;done

I don't recall what all -size and -resize or +profile "*" do.  
But the command will take all the .jpg files, and create smaller
images with a tn- prefix to their name.




More information about the K12OSN mailing list