Declaration
function Apply(SourceBitmap: TIEBaseBitmap; SourceFormat: integer; DestinationBitmap: TIEBaseBitmap; DestinationFormat: integer; DestinationProfile: TIEICC; Intent: integer; Flags: integer): boolean;
Description
Transforms a bitmap from current profile to the destination profile. See
Transform for the parameter description.
You must call
FreeTransform after the whole image has been transformed.
Returns False if it cannot perform the transformation.
See Also
◼TIEICC Supported Color Formats