(v13) Installing the alternate CMM
This page applies to Harlequin v13.1r0 and later; both Harlequin Core and Harlequin MultiRIP
The section (v13) Registering an alternate CMM with the Harlequin RIP describes how to register one or more alternate CMMs with the RIP. Installing an alternate CMM is achieved with the alternate CMM pagedevice key which requires a PostScript language string as its value as in this example:
<< /AlternateCMM (CMMname) >> setpagedevice
where the string in this example is CMMname
, which matches the registered name field of one sw_cmm_api
structure, see SwRegisterCMM
for more information.
If the string does not match any registered alternate CMM, a configuration error is thrown.
The default value of /AlternateCMM is null, which means the built-in CMM will be used.