This method loads a bmp file that has been saved in seperate YCrCb planes
[Visual Basic] [ Boolean
=
]imagekitcontrolname.File.YCCBmpPlaneFileLoad(YFileName
As String, CrFileName As String, CbFileName As String)
[Visual C++] [
BOOL =
]imagekitcontrolname.GetFile().YCCBmpPlaneFileLoad(LPCTSTR
YFileName, LPCTSTR CrFileName, LPCTSTR CbFileName)
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 (nonzero) if successful. Returns False (0) 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.