From: Daniel Axtens Date: Mon, 4 Apr 2011 06:31:40 +0000 (+0800) Subject: *sigh* X-Git-Url: https://git.ucc.asn.au/?p=dja%2Fscandal.git;a=commitdiff_plain;h=eab68b895041b14605257517b214d14474037d4b;hp=a37cb8e33953937737a7624e02ed7459804ea03a *sigh* --- diff --git a/scan2pages.sh b/scan2pages.sh index 5519154..662d877 100755 --- a/scan2pages.sh +++ b/scan2pages.sh @@ -168,7 +168,7 @@ for pg in `$my_seq 1 $pages`; do #final convert and clean w/ bebook optimisation if [[ $bebook ]]; then - convert $convertflags $dir/upg-${pgn}-?.pnm -depth 4 -resize 600x800 final-${pgn}-%01d.${extension} || exit 1 + convert $convertflags $dir/upg-${pgn}-?.pnm -depth 4 -resize 600x800 $dir/final-${pgn}-%01d.${extension} || exit 1 else convert $convertflags $dir/upg-${pgn}-?.pnm $dir/final-${pgn}-%01d.${extension} || exit 1 fi