Skip to main content
Skip table of contents

(v13) SeparationDetails keys


This page applies to Harlequin v13.1r0 and later; both Harlequin Core and Harlequin MultiRIP.


The values of keys in the SeparationDetails dictionary are treated as atomic when merging. As an example, if the Ignore dictionary includes ImageContents and SuperBlacks, and then setpagedevice is called again to set just Registermarks in the Ignore dictionary, the pre-existing ImageContents and SuperBlacks entries are not retained.

Abort in SeparationDetails

boolean

If true, this flag means that the RIP will abort the job with configurationerror if the input is not appropriate for composite output. For example, if the RIP is separating then the input must be composite and cannot be either monochromatic or pre-separated. In general, you can set this flag to false and use Ignore and Omit keys to define the behavior more tightly.

Add in SeparationDetails

boolean

Set this flag true to enable the addition of new separations as they are encountered. When the /Add key in /SeparationDetails is set to true, the RIP automatically turn off HVD (Harlequin VariData) Internal Mode, as this is incompatible with dynamic spots (regardless of whether outputting to separations or in composite mode).

CompositeColorNames in SeparationDetails

array of colorant names Default: [/Gray]

The fixed color channels available and the order in which they appear in the output raster. These color channels can be given as strings, names, or a mixture of both. For example, an imagesetter would always have the value [/Gray], whether separating or not.

Devices that print separations (for example, platesetters), commonly only have one Gray color channel on the device. Each separation has its colorant mapped onto this during rendering. Therefore there is no need to change CompositeColorNames from the default value for such devices.


To change the order of the color channels, change the sequence in /CompositeColorNames from:

/CompositeColorNames [ /Cyan /Magenta /Yellow /Black ]

to (for example):

/CompositeColorNames [ /Black /Cyan /Magenta /Yellow ]

Previous versions of this document listed a CompositeOrder key; this key has been removed and the functionality described should be requested by adjusting the order of color channel names in CompositeColorNames.

ColorantRender in SeparationDetails

dictionary

Each key in this dictionary is the name of a color channel, either a name or string (for example, /Cyan, (Magenta)).

The names of the color channels should match an entry in CompositeColorNames, or it will be ignored.

The value is combined with the Presence entry from the Colorants array; see SeparationDetails keys affecting colorant families to determine whether the color channel is rendered. Allowed values are:

0: This color channel should not be rendered unless it is marked as required in the Colorants array.

1: This color channel should be rendered, unless it is blank and separation omission is turned on. If separation omission determines that the color channel can be omitted, but the color channel is marked as fixed in the Colorants array, an empty channel is presented to the output device.

If a color channel is not present in ColorantRender, it is treated as if it had a value of 1.

Ignore in SeparationDetails

dictionary

Set the keys of this dictionary to have the RIP ignore or consider particular constructs when assessing the need to produce a separation. (Even if ignored here, the marks are drawn if the separation is produced because of other required content.)

BeginPage

A value of true means ignore all marks drawn in a BeginPage procedure. Set this to false if the marks are always required.

EndPage

A value of true means ignore all marks drawn in a EndPage procedure. Set this to false if the marks are always required.

ImageContents

A value of true means examine process color images for marks in each separation.

The image is always tested if there are look-up tables (LUTs) present in the image. The ImageContents key only determines whether the data is tested in full. Non-omitted channels appearing in images are assumed to be marked. There is no distinction between process and spot images.

In all versions, the RIP treats images drawn in the /All separation in the same way as other /All objects. See the comments made before the start of this table.

SuperBlacks

The default value of false means no special treatment for superblacks. If true, then objects whose colors are superblacks are ignored (in the CMY planes). For example, this could be used to ignore CMY separations in a mainly text page where the text was imaged as a superblack.

A superblack is a color in which the CMY components are all less than or equal to the K component (that is, C <= K, M <= K, Y <= K).

With N-color support, a superblack is a color where all channels are less than or equal to the black channel. See Note 2.

Both the SuperBlacks and RegisterMarks controls may fail with some PostScript-language usages. For both keys, we suggest that you use true only with output from applications where this setting has been proven to work.

RegisterMarks and SuperBlacks are not detected in some colorspaces where they do not make sense. (For example, they are not detected in DeviceRGB, where there is no black separation.) Additionally, images are never RegisterMarks or SuperBlacks.

Gouraud fills may be treated as SuperBlacks or RegisterMarks, if they fulfil the required criteria at every single point in the gouraud.

RegisterMarks

The default value of false means no special treatment. If true then objects whose colors are the same in each separation are ignored. If this results in no separations being output then the Black plate is output. As suggested by the name of the key, there are some jobs where you can set this value to true to ignore register marks (or other marks) drawn using

1 1 1 1 setcmykcolor. (See Note 1 for Superblacks.)

RegisterMarks are colors that have all process colors the same. (See Note 2 for Superblacks.)

MaxExtraSpotColorants in SeparationDetails

Integer Default: 100000

The maximum number of extra arbitrarily named spot colors that can be included in SeparationColorNames. If the number of separations the plugin can handle is unlimited, set this field to a very large number. Set this to zero ( 0 ) if spot colors are not allowed at all as is often the case for a composite color device.

MinExtraSpotColorants in SeparationDetails

integer Default: 0

The minimum number of extra arbitrarily named spot colors that can be included in SeparationColorNames. This value is often zero, and must always be less than or equal to MaxExtraSpotColorants.

Omit in SeparationDetails

dictionary

Omit ignores objects painted in the EraseColor procedure when determining whether a separation is blank or not. This means that the background color can be affected by separation omission if any separations marked by EraseColor are omitted.

EraseColor is subject to input color interception, which means that it may mark separations that are not explicitly listed in the color definition. You should not turn on Omit if you are using an EraseColor that contributes a significant change to the visible color. When using the RelativeColorimetric rendering intent, most colors painted in EraseColor to emulate an underlying media color are probably sufficiently close to 0 that using Omit is acceptable. If using AbsoluteColorimetric it is much more likely that using Omit with EraseColor can change the background color of the page.

The page background is painted using the EraseColor; if this is configured to be non-white, using Omit may result in the output having an unexpected background color. It is not recommended that Omit is used if this is the case; for information see Output only non-blank separations. Setting the EraseColor to non-white is common when color management is used; for details see Simple emulation of one device on another.


For v12.0r1, EraseColor with HVD is not compatible with /Omit.

Omitting blank separations requires the Presence key of the colorant in the colorant family to be 1 (the colorant can be omitted); for more information see the Harlequin Core SDK Developer’s Guide , section “SeparationDetails keys affecting colorant families". In HMR, that is equivalent to marking a channel as Not Blank in the CSS dialog.

Set the boolean keys of this dictionary true to allow the RIP to omit separations drawn with colors in the related categories.

There are two groups of keys: the /Monochrome and /Separations keys define which jobs are acceptable, while the /Process, /Spot, /ExtraSpot, and /Colorants keys define which separations are omitted.


Monochrome

boolean: Set this key to true to prevent the RIP separating monochrome jobs.

Separations

boolean: Set this key to true to prevent the RIP separating preseparated jobs.

Process

boolean: Set this key to true to suppress blank process color separations. The definition of Process and Spot can be complex. For DeviceN spaces, the output plugin defines which colorants in SeparationOrder are process or spot colors. For other colorspaces, ProcessColorModel implies the Process colorants, and Spot colorants are all the others in SeparationOrder. ( ExtraSpot colorants are always and only dynamically-added separations.)

Spot

boolean: Set this key to true to suppress blank spot color separations. see the Note for Process.

ExtraSpot

boolean: Set this key to true to suppress blank dynamic spot color separations.

Colorants

array: Specific colorants to omit, as an array of colorant names (given as names or strings). All of these colorants, which appear in the initial SeparationColorNames or implicitly in the ProcessColorModel, are omitted. This provides no control for dynamic separations.

RasterFormat in SeparationDetails

integer

The raster format index from which the entry was derived. Only PostScript control code associated with a plugin is likely to make an informed setting for this value. (For such code, when there is only one raster format, use zero.) A safe value to set when you are not outputting to a device is -1.

Remove in SeparationDetails

boolean

Set this flag to true to enable the removal of new separations after they have been encountered, added, and imaged.

SeparationOrdering in SeparationDetails

integer

The flexibility with which separations or composite colorants can be ordered.

The possible values are one of these first two values, together with an optional bitwise logical OR with the other optional values describing the order of spot colors. The meanings of the uncombined values are:

1 The separation ordering is fixed.

2 The separation ordering is variable.

Optionally, you may include in the logical OR, one of:

4 Spot colors must occur after fixed colors

8 Spot colors must occur before fixed colors

12 Spot colors may occur before or after fixed colors

For example, a value of 6 means that the separation order is variable and that spot colors must occur after fixed colors.

SeparationStyle in SeparationDetails

integer

When separating, this indicates the way in which separations should be rendered. See Figure: Composite and separated output. The values 0 (zero) and 4 override the setting of the /Separations key. (If /Separations true is given without any entries in SeparationDetails, the possible defaults are 1, 4, or 0, depending on the interleaving; see InterleavingStyle in the page device.)

The possible values and their meanings are:

0 Monochrome output.

1 Black separations. If a device does not have a black colorant, an arbitrary colorant will be chosen for the separations to be rendered in.

2 Colored separations on a color device. The device must be capable of rendering the colorants requested by SeparationColorNames.

3 Progressives on a color device. The device must be capable of rendering the colorants requested by SeparationColorNames.

4 Composite output. The colorants are specified by CompositeColorNames.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.