4、e input the name of input and out bitmap files"); exit(1); }*/ // 获取位图文件相关信息// hdr = get_header(argv[1]); hdr = get_header("testnoise.bmp"); if (!hdr) exit(1); //以二进制可读方式打开输入位图文件 fp = fopen("testnoise.bmp", "rb"); if (!fp) { printf("File open error!"); exit(1); } // 文件指针指向数据区域fseek(fp, hdr-