OUTFILE="${OUTFILE}.pdf"
fi
+#convert \
+ #-density 300 \
+ #"$INFILE" \
+ #+dither \
+ #-colors 32 \
+ #-black-threshold 50% \
+ #-fuzz 20% -fill white -opaque white \
+ #-extent 2550x3300 \
+ #-compress zip \
+ #"$OUTFILE"
convert \
-density 300 \
"$INFILE" \
+dither \
-colors 32 \
- -black-threshold 50% \
- -fuzz 20% -fill white -opaque white \
+ -black-threshold 60% \
+ -fuzz 40% -fill white -opaque white \
-extent 2550x3300 \
-compress zip \
"$OUTFILE"