问题描述
- qrcode封装好的动态库,里面的函数不知道怎么用
-
来源:http://download.csdn.net/detail/tb01070/5030570#comment
//生成二维码矩阵Buf
static unsigned char* GenerateBarCode(const char *_pStrInfo, int *_pWidth, int *_pHeight);//给定一个图像位图数据、宽、高、颜色表指针及每像素所占的位数等信息,将其写到指定文件中 static bool SaveBmp(char*bmpName, unsigned char*imgBuf, int width, int height, int biBitCount, RGBQUAD *pColorTable);
解决方案
http://blog.csdn.net/wu10045125/article/details/8195990
解决方案二:
我是想知道里面的函数参数的意思,
解决方案三:
我是想知道里面的函数参数的意思,
时间: 2024-10-30 08:57:33