From: Dan White Date: Wed, 15 Feb 2023 18:01:17 +0000 (-0600) Subject: scan2pdf: use 400dpi letter portrait X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=f888a5ed1f75ccfa6adbf3e52fd6e0cf5506e052;p=pubbin.git scan2pdf: use 400dpi letter portrait --- diff --git a/scan2pdf b/scan2pdf index 766dfed..56b2532 100755 --- a/scan2pdf +++ b/scan2pdf @@ -34,13 +34,13 @@ fi #"$OUTFILE" convert \ - -density 300 \ + -density 400 \ "$INFILE" \ +dither \ -colors 32 \ -black-threshold 60% \ -fuzz 40% -fill white -opaque white \ - -extent 2550x3300 \ + -extent 3400x4400 \ -compress zip \ "$OUTFILE"