如何将Image Buffer从unsigned char *复制到CxImage?
CxImage是第三方库 - 图像处理功能
//////////// Copying from cximage to unsigned char *
CxImage CxBuffer;
unsigned char * uc_Buffer = CxBuffer.GetBits();
////// HOW TO DO IN REVERSE //////////////////
从unsigned char *复制到CxImage ?????