Return to Snippet

Revision: 37169
at December 5, 2010 08:50 by Carolyne


Initial Code
for i in *jpg; do convert $i -resize 800x600\>  small/$i; done

Initial URL


Initial Description
Resize images that are greater than 800x600 and place them in the "small" directory.

Initial Title
Resize large images

Initial Tags
resize

Initial Language
Bash