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

[C++Builder]   [ bool = ]imagekitcontrolname->FileIO->YCCBmpPlaneFileLoad(const UnicodeString YFileName, const UnicodeString CrFileName, const UnicodeString CbFileName)
[Delphi]   [ Boolean = ]imagekitcontrolname.File.YCCBmpPlaneFileLoad(st YFileName: string; const CrFileName: string; const CbFileName: string)

Parameters

Name Explanation
YFileName The filename of the Y plane image to be loaded
CrFileName The filename of the Cr plane image to be loaded
CbFileName The filename of the Cb plane image to be loaded

Return Value

Returns True if successful. Returns False if unsuccessful.

Explanation

The YCCBmpPlaneFileLoad method loads a bmp file that has been saved in seperate YCrCb planes. The individual YCrCb 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