Contents

SetIndImageProfileProcPtr

Defines a pointer to a function that sets a color profile for an individual image.

Declaration

typedef CMError (*SetIndImageProfileProcPtr)
(
   const FSSpec * specFrom,
   const FSSpec * specInto,
   UInt32 index,
   CMProfileRef prof,
   UInt32 embedFlags
);

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.

  • index:
  • prof:
  • embedFlags:

Return Value

A CMError value. See Result Codes.

See Also

Callbacks