Contents

CMProofImageProcPtr

Defines a pointer to a function that proofs an image.

Declaration

typedef CMError (*CMProofImageProcPtr)
(
   const FSSpec * specFrom,
   const FSSpec * specInto,
   Boolean repl,
   UInt32 qual,
   CMProfileRef srcProf,
   UInt32 srcIntent,
   CMProfileRef dstProf,
   CMProfileRef prfProf
);

Parameters

  • specFrom:

    See the File Manager documentation for a description of the FSSpec data type.

  • specInto:

    See the File Manager documentation for a description of the FSSpec data type.

  • repl:
  • qual:
  • srcProf:
  • srcIntent:
  • dstProf:
  • prfProf:

Return Value

A CMError value. See Result Codes.

See Also

Callbacks