I checked the archives and found something that looked promising -
http://thread.gmane.org/gmane.comp.telephony.fax.hylafax.user/10976
This is the important part -
"
For the best quality faxes, however, I prefer to do all the processing
myself. To resize your TIFF file, I would recommend the following procedure
that is implemented with the NETPBM tools:
tifftopnm 1.tif |
pnmscale -xsize 1728 -ysize 2291 |
pgmtopbm |
pnmtotiff -g3 -rowsperstrip 2156 > 1cf.tif "
The last line is corrected to 'pnmtotiff -g3:1d -rowsperstrip 2291 >
1cf.tif' in a subsequent post.
I tried this, together with some variants based on the latest version of pbm
tools, and it almost works. If I write the result to a file and view it with
viewfax, it looks correct. If I feed it to sendfax and actually fax it, I
get an image on the other side which consists of the bottom-left 1/3 of the
original document, scaled up to A4 size. According to the log, it transmits
36855 characters.
Do you know the correct incantation to get it to fax the document correctly,
or should I not pursue this approach?