IJPDS > Color management > Using color lookup tables

Using color lookup tables
In the configuration file, you configure the color lookup table sets and which set to use when printing images, vector graphics and text.
To configure a color lookup table set
1
2
Example 17
In this example, two color lookup table sets with ID 6 and 7 are configured. Each set contains four color lookup tables, one for each color.
<property name="luts">
  <property name="lut" id="6">
    <property name="lutc">data/tables/Curvel,Lev6_c.lut</property>
    <property name="lutm">data/tables/Curvel,Lev6_m.lut</property>
    <property name="luty">data/tables/Curve1,Lev6_y.lut</property>
    <property name="lutk">data/tables/Curve1,Lev6_k.lut</property>
  </property>
  <property name="lut" id="7">
    <property name="lutc">data/tables/Curve1,Lev7_c.lut</property>
    <property name="lutm">data/tables/Curve1,Lev7_m.lut</property>
    <property name="luty">data/tables/Curve1,Lev7_y.lut</property>
    <property name="lutk">data/tables/Curve1,Lev7_k.lut</property>
  </property>
</property>
 
To configure the color lookup table sets for images, vector graphics and text
You configure the color lookup table set to use for:
Images with the imagelut property.
Vector graphics with the vectorlut property.
Text with the textlut property.
Example 18
In this example, the tables in the table set with ID 6 are used for printing images. The tables in the table set with ID 7 and 8 are used for printing vector graphics and text.
<property name="imagelut">6</property>
<property name="vectorlut">7</property>
<property name="textlut">8</property>
 
OpenText StreamServe 5.6 Updated: 2013-03-01