X-Git-Url: http://git.scottworley.com/picsort/blobdiff_plain/1365c024d315ebd2663e2b5c8303ae7447e9e85c..b8d031015ec55eacf050f89592925a2488d5d4ba:/pics-preprocess 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