This method loads a bmp file that has been saved in seperate CMYK planes

[C++Builder]   [ bool = ]imagekitcontrolname->FileIO->CMYKBmpPlaneFileLoad(const UnicodeString CFileName, const UnicodeString MFileName, const UnicodeString YFileName, const UnicodeString KFileName)
[Delphi]   [ Boolean = ]imagekitcontrolname.FileIO.CMYKBmpPlaneFileLoad(const CFileName: string; const MFileName: string; const YFileName: string; const KFileName: string)

Parameters

Name Explanation
CFileName The filename of the C plane image to be loaded
MFileName The filename of the M plane image to be loaded
YFileName The filename of the Y plane image to be loaded
KFileName The filename of the K plane image to be loaded

Return Value

Returns True if successful. Returns False if unsuccessful.

Explanation

The CMYKBmpPlaneFileLoad method loads a bmp file that has been saved in seperate CMYK planes. The individual CMYK plane images are 8 bit grayscale and the output image is 24 bit color.

If successful, the output image will be set in the ImageHandle property or the Layer(LayerNo).ImageHandle property according to the value set in the LayerNo property.

 

The ImageKit10 VCL is a product created by Newtone Corporation