KCMS Application Developer's Guide

Example


Example 4-3 KcsEvaluate()

int 					op;
 KcsPixelLayout					pixelLayoutIn, pixelLayoutOut;
 KcsProfileId 					scannerProfile, monitorProfile;
 KcsProfileId					profileSequence[2], completeProfile;

 /* Load and connect profiles. */
 /* Load input and output pixel layout structures with appropriate data. */

 status = KcsEvaluate(completeProfile, op, &pixelLayoutIn,
 			&pixelLayoutOut);