Return to Snippet

Revision: 36640
at November 24, 2010 09:38 by dunkelgruen


Initial Code
for img in `ls *.jpg`; do convert -resize 166 $img thumb-$img; done

Initial URL


Initial Description


Initial Title
Convert all jpg's in a dir to 166px Width

Initial Tags
image, linux, convert

Initial Language
Bash