Loading

BlackPointCompensation

Specifies if BlackPointCompensation will or will not be present in the colour output.

Syntax

XPath: /JDF[contains(@Types="ColorSpaceConversion")]/ResourcePool/ColorSpaceConversionParams/ColorSpaceConversionOp/@BlackPointCompensation

Type

Boolean

Supported values

Table 1.

@BlackPointCompensation

Description

true

BlackPointCompensation SHALL be applied at the point in the colour transforms where output results from applying the source profile defined in FileSpec(SourceProfile) are used as the input for applying a 'Destination Profile' that is defined in the parent ColorSpaceConversionParams/FileSpec

false

BlackPointCompensation will not be applied

Will specify the algorithm for applying BlackPointCompensation. Will only be provided when BlackPointCompensation="true".

Syntax

XPath: /JDF[contains(@Types="ColorSpaceConversion")]/ResourcePool/ColorSpaceConversionParams/ColorSpaceConversionOp/@BlackPointCompensation

Type

Boolean

Supported values

Table 2.

@BlackPointCompensationDetails

Description

Adobe

Apply Adobe algorithm for BlackPointCompensation.

Custom

Apply custom Canon algorithm for BlackPointCompensation.

Example:

<ColorSpaceConversionParams ID="res_1">
        <ColorSpaceConversionOp BlackPointCompensation="true" BlackPointCompensationDetails="Adobe"/>
</ColorSpaceConversionParams>