Contents

MatchImageProcPtr

Defines a pointer to a match-image function.

Declaration

typedef CMError (*MatchImageProcPtr)
(
   const FSSpec * specFrom,
   const FSSpec * specInto,
   UInt32 qual,
   UInt32 srcIntent,
   CMProfileRef srcProf,
   CMProfileRef dstProf,
   CMProfileRef prfProf,
   UInt32 matchFlags
);

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.

  • qual:
  • srcIntent:
  • srcProf:
  • dstProf:
  • prfProf:
  • matchFlags:

Return Value

A CMError value. See Result Codes.

See Also

Callbacks