Update solution/include/bmp.h, solution/src/bmp.c files

parent 7f5aed21
......@@ -11,13 +11,6 @@
#include "image.h"
#define PLANES 1
#define HEADER_SIZE 40
#define TYPE (19778)
#define BIT_COUNT (24)
enum read_status {
READ_OK = 0,
READ_INVALID_SIGNATURE,
......
......@@ -9,6 +9,11 @@
#include<string.h>
#define PLANES 1
#define HEADER_SIZE 40
#define TYPE (19778)
#define BIT_COUNT (24)
#pragma pack(push,1)
// bmp_header represents the header for a BMP file
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment