1. 首页
  2. 区块链
  3. 以太坊
  4. 创建位图文件

创建位图文件

上传者: 2020-09-03 11:42:14上传 ZIP文件 2.25KB 热度 21次
可用于创建位图文件 class CCreateBMP { public: CCreateBMP(void); CCreateBMP(int width,int height,int BKcolorvalue=128,int colortablelng=1024,int bitcount=8); ~CCreateBMP(void); protected: unsigned char *m_databuf; unsigned char *m_imgbuf; long long unsigned int m_imgbytes; long long unsigned int m_B
用户评论