X-Git-Url: http://git.scottworley.com/picsort/blobdiff_plain/1365c024d315ebd2663e2b5c8303ae7447e9e85c..bb17aed57d1c495a50f1e4f2b1e02080bda0ea72:/pics-preprocess diff --git a/pics-preprocess b/pics-preprocess index 6563cab..a67f460 100755 --- a/pics-preprocess +++ b/pics-preprocess @@ -29,6 +29,7 @@ for f;do if [[ -s "sm/$f" ]];then echo "Skipping sm/$f" else + mkdir -p sm convert "$f" -geometry "x$SMALLHEIGHT" "sm/$f" fi fi