Ghostscript changed their default from 0. Unfortunately, in 8.71, they used a
small 8K, which causes "blank images" when this is send in 2D-MMR right to the
client by faxsend assuming it's a single strip.
This can be overridden/changed using FaxModify.
# See the comments on AdjustWidth above.
#
FIXEDWIDTH="-dFIXEDMEDIA"
+STRIPSIZE="-dMaxStripSize=0"
#
# Apply customizations such as watermarking.
-dSAFER=true \
-sPAPERSIZE=$paper \
$FIXEDWIDTH \
+ $STRIPSIZE \
-dBATCH \
-r$hres\x$vres \
"-sOutputFile=$out" \
# See the comments on AdjustWidth above.
#
FIXEDWIDTH="-dFIXEDMEDIA"
+STRIPSIZE="-dMaxStripSize=0"
#
# Apply customizations such as watermarking.
-dSAFER=true \
-sPAPERSIZE=$paper \
$FIXEDWIDTH \
+ $STRIPSIZE \
-r$hres\x$vres \
"-sOutputFile=$out" \
-