将Image Buffer从unsigned char *复制到CxImage

时间:2012-05-25 02:11:37

标签: c++

如何将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 ?????

0 个答案:

没有答案