X-Git-Url: http://git.scottworley.com/picsort/blobdiff_plain/1365c024d315ebd2663e2b5c8303ae7447e9e85c..7a8b563c02dc71c988b0e2fdc494a6d9425294c3:/pics-preprocess?ds=inline diff --git a/pics-preprocess b/pics-preprocess index 6563cab..f0fb957 100755 --- a/pics-preprocess +++ b/pics-preprocess @@ -6,6 +6,7 @@ SMALLHEIGHT=700 +renice -n 19 $$ for f;do if [[ "$f" == *.NEF ]];then @@ -29,6 +30,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