保存BMP格式圖片API

#define BMP_Header_Length 54 // 寫入bmp文件(24位) int save_bmp_image(int w, int h, unsigned char *pdata, char *BmpFileName, int IsRGBA ) { int ret = 0; unsigned char header[BMP_Header_Length] = {
相關文章
相關標籤/搜索