(v13) ICC Device link profile support
This page applies to Harlequin v13.1r0 and later; and to Harlequin Core but not Harlequin MultiRIP.
ICC Device link profile support is provided. To use this feature you must add some PostScript language code to the configuration file you are using. Configuration files can be found here:
\SW\TestConfig
Open the configuration file you are using and add PostScript language code similar to the following:
<<
/BlendRGB [ /ICCBased
(%os%iccprofiles/sRGB_IEC61966-2-1_withBPC.icc) (r) file ]
/DeviceRGB [ /ICCBased
(%os%iccprofiles/<profile name>.icc) (r) file ]
>> setinterceptcolorspace
where the device link profile <profile name> is placed in a directory called iccprofiles in the SW folder.
The output using device link profiles may differ slightly from the expected output, particularly for objects with opacity, defined either via an opacity attribute or via the use of an alpha channel.