Hello Matthias,
in a German mailing list someone assumend that capi4hylafax might report wrong capabilities which allows Hylafax to select an unsupported TIFF file format.
On my system Hylafax reports MODEM faxCAPI: READY, capabilities P3ffdffff:ff
I manually decoded the string and found that it reports to support all data formats: 1DMH, 2DMR, 2DMRUNCOMP, 2DMMR
According to the README.html file in the capi4hylafax source it supports only TIFF class F, FAX G3, 1 dim. Huffmann coding.
So I think the hard coded capability string in recvdev.cpp should be changed from
text = "P3ffdffff:ff";
fo
text = "P3c7dffff:ff";
This seems to work on my system. (But I'm not sure that's the only thing I changed.)
I sent a message to [EMAIL PROTECTED] asking for confirmation.
Bodo
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

