CRIMP
Diff
Not logged in

Differences From Artifact [489d7907b0]:

To Artifact [f84e9841ec]:


10
11
12
13
14
15
16
17

18
19
20
21
22
23
24
10
11
12
13
14
15
16

17
18
19
20
21
22
23
24







-
+







#include <crimp_core/crimp_coreDecls.h>

/* Structure for reading bit masks for compression type BI_BITFIELDS */
typedef struct {
  unsigned int mask;
  unsigned int shiftin;
  unsigned int shiftout;
} BitmapChannel;
} bmp_maskinfo;

/*
 * Compression types
 */
typedef enum {
    bc_rgb,      /* Uncompressed pixels */
    bc_rle8,     /* RLE-encoding for 8 bits/pixel */