#include #include "bmp.h" using namespace std; int main() { Bmp image(512,512,NOIR); image.write("test.bmp"); return 0; }