From: Sergey Matveev Date: Fri, 10 Jul 2020 15:39:41 +0000 (+0300) Subject: Less crop threshold X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=01a8ec71a8592fe68da2b2d9f829379b34b6ad73 Less crop threshold --- diff --git a/bin/bin/scan.sh b/bin/bin/scan.sh index 57dbe80..0ae6fd4 100755 --- a/bin/bin/scan.sh +++ b/bin/bin/scan.sh @@ -35,7 +35,7 @@ preview() { do_next() { rotate=180 - [ -z "$NEGATIVE" ] && crop=50 || crop=10 + [ -z "$NEGATIVE" ] && crop=40 || crop=10 ctr=$(( $ctr + 1 )) cur=`printf "%03d.ppm" $ctr` }