我可能需要一些幫助來弄清楚如何在下面提供proc。我需要寫一個單色的BMP文件。下面的代碼(它來自:How to Save monochrome Image as bmp in windows C++ ?)看起來能夠做到這一點。我現在堅持如何將std::bitset或最好是boost::dynamic_bitset轉換爲這種byte*格式。到目前爲止,我的所有嘗試都失敗了,但我無法在BMP中寫入類
我是閱讀使用C++作爲數據的bmp文件的新手,我正在使用EasyBMP庫來做到這一點。我正面臨一些錯誤。 這裏是cpp的代碼: # include <iostream>
# include <string>
# include <cmath>
# include <algorithm>
# include <vector>
# include "EasyBMP.h"
using na