Code Example

In the following example, there are four different pages (PAGEFORMATs) with RENDER commands defined.

  1. The first page RENDER command defines the RI for IOCA objects as perceptual.
  2. The second page RENDER command defines the RI for non-OCA objects as saturation.
  3. The third page RENDER command defines the RI for PTOCA objects as media-relative colorimetric.
  4. The fourth page RENDER command defines the RI for all supported objects.

Example

  PAGEDEF cmrXm6  REPLACE yes;

   PAGEFORMAT pf6a;
    RENDER  IOCA  perceptual;
    PRINTLINE;

   PAGEFORMAT pf6b;
    RENDER  OBJC  saturation;
    PRINTLINE;

   PAGEFORMAT pf6c;
    RENDER  PTOCA relcm;
    PRINTLINE;

   PAGEFORMAT pf6d;
    RENDER  OBJC  abscm  IOCA relcm PTOCA satur GOCA percp;
    PRINTLINE;