We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248e08b commit f64ec61Copy full SHA for f64ec61
βFractal Images/BitmapInfoHeader.h
@@ -11,8 +11,8 @@ struct BitmapInfoHeader {
11
int32_t headerSize{ 40 };
12
int32_t width;
13
int32_t height;
14
- int32_t planes{ 1 };
15
- int32_t bitsPerPixel{ 24 };
+ int16_t planes{ 1 };
+ int16_t bitsPerPixel{ 24 };
16
int32_t compression{ 0 };
17
int32_t dataSize{ 0 };
18
int32_t horizontalResolution{ 2400 };
@@ -21,6 +21,4 @@ struct BitmapInfoHeader {
21
int32_t importantColors{ 0 };
22
};
23
24
-
25
26
#endif /* BITMAPINFOHEADER_H_ */
0 commit comments