Océ imagePRESS C7010VPS series Technical Manual page 282

Table of Contents

Advertisement

Colour space conversion
@RenderingIntent
RelativeColorimetric
AbsoluteColorimetric
Description
This option defines which rendering intent must be used on data for a specific colour space (i.e
RGB or CMYK).
If the @RenderingIntent is not specified, the used rendering intent depends of the colour space
(RGB or CMYK) and is device specific.
@SourceCS and @Operation="Convert" must be present in ColorSpaceConversionOp.
Two ColorSpaceConversionOp can be specified: One for RGB colour space and one for CMYK
colour space.
Example
This example shows how to select a Saturation rendering intent for RGB and Perceptual for
CMYK.
<JDF Types = "LayoutPreparation Imposition Interpreting Rendering ColorSpaceConversion
DigitalPrinting">
<ResourcePool>
<ColorSpaceConversionParams ID = "res_1">
<ColorSpaceConversionOp SourceCS = "RGB" Operation="Convert"RenderingIntent="Saturation"/
>
<ColorSpaceConversionOp SourceCS = "CMYK"
Operation="Convert"RenderingIntent="Perceptual"/>
</ColorSpaceConversionParams>
</ResourcePool>
<ResourceLinkPool>
<ColorSpaceConversionParamsLink rRef = "res_1" Usage="Input"/>
</ResourceLinkPool>
</JDF>
Colour mapping groups
Syntax
XPath: /JDF[contains(@Types="ColorSpaceConversion")]/ResourcePool/
ColorSpaceConversionParams/GeneralID[@IDUsage="oce:ColorMappingGroup"]/@IDValue
Type
String
Supported values
Any colour mapping group in the Settings Editor.
Description
This option defines the colour mapping group that contains mappings from either RGB, CMYK or
spot colour to a different spot colour.
282
Chapter 10 - JDF interface specification
imagePRESS C7010VPS series v2.2

Advertisement

Table of Contents
loading

Table of Contents