Contents

CMUnembedImageProcPtr

Defines a pointer to a function that umembeds an ICC profile from an image.

Declaration

typedef CMError (*CMUnembedImageProcPtr)
(
   const FSSpec * specFrom,
   const FSSpec * specInto,
   Boolean repl
);

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:

Return Value

A CMError value. See Result Codes.

See Also

Callbacks