From: Sergey Matveev Date: Tue, 4 Aug 2020 18:09:12 +0000 (+0300) Subject: scan.sh preview workability again X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=07c633716beaae3429f99b92e51c37aa8e6cebff scan.sh preview workability again --- diff --git a/bin/bin/scan.sh b/bin/bin/scan.sh index 8479546..d5c905f 100755 --- a/bin/bin/scan.sh +++ b/bin/bin/scan.sh @@ -7,11 +7,15 @@ ctr=${1:-1} ctr=$(( $ctr - 1 )) scan() { - resolution=$1 + preview=$1 shift [ -z "$NEGATIVE" ] && src="Flatbed" || src="Transparency Adapter" [ -z "$NEGATIVE" ] && depth=8 || depth=16 [ -z "$NEGATIVE" ] && resolution=800 || resolution=1600 + if [ "$preview" = "yes" ]; then + depth=8 + resolution=150 + fi scanimage \ --format=pnm \ --mode=Color \ @@ -47,11 +51,11 @@ while : ; do read c case $c in v) - scan 150 --preview=yes + scan yes --preview=yes preview ;; s) - scan 1600 --preview=no --high-quality=yes + scan no --preview=no --high-quality=yes preview ;; p)