Contents

CMEmbedImageProcPtr

Defines a pointer to a function that embeds an image with an ICC profile.

Declaration

typedef CMError (*CMEmbedImageProcPtr)
(
   const FSSpec * specFrom,
   const FSSpec * specInto,
   Boolean repl,
   CMProfileRef embProf
);

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:
  • embProf:

Return Value

A CMError value. See Result Codes.

See Also

Callbacks