Changelog for HylaFAX 4.2.0
+* only use normal and fine resolutions when not using XVRes (28 Jun 2004)
* limit fax retrains to allowed moments (28 Jun 2004)
* change DynamicLocalID to DynamicConfig (22 Jun 2004)
* fix V.17 fallbacks after the CTC/CTR exchange (21 Jun 2004)
params.vr = VR_300X300;
if (info.getSupportsVRes() & VR_R16 && job.modem->supportsVR(VR_R16))
params.vr = VR_R16;
- } else {
- if (info.getSupportsVRes() & VR_200X100 && job.modem->supportsVR(VR_200X100))
- params.vr = VR_200X100;
+ } else { // limit ourselves to normal and fine
if (vres > 150) {
if (info.getSupportsVRes() & VR_FINE && job.modem->supportsVR(VR_FINE))
params.vr = VR_FINE;
- if (info.getSupportsVRes() & VR_200X200 && job.modem->supportsVR(VR_200X200))
- params.vr = VR_200X200;
}
}
params.setPageWidthInMM(