|
|
1.1 root 1: /* bit map info header BITMAPINFOHEADER */
2:
3: typedef struct {
4: uint32 biSize;
5: uint32 biWidth;
6: uint32 biHeight;
7: uint16 biPlanes;
8: uint16 biBitCount;
9: uint32 biCompression; /* a DIB can be compressed using run length encoding */
10: uint32 biSizeImage;
11: uint32 biXPelsPerMeter;
12: uint32 biYPelsPerMeter;
13: uint32 biClrUsed;
14: uint32 biClrImportant;
15: } t_bmih;
16:
17: void dib_setheader(t_bmih *bmih, uint32 x, uint32 y);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.