Differences From Artifact [489d7907b0]:
- File format/bmp.h — part of check-in [428cf676d0] at 2011-08-23 21:30:24 on branch image-io-experiments — Extended the BMP reader to properly handle the OS/2 DIB header. Only the packed RGB formats are missing now from the common stuff (and what is supported by TkImg). (user: andreask size: 1979)
To Artifact [f84e9841ec]:
- File format/bmp.h — part of check-in [a84e87426f] at 2011-08-23 22:34:45 on branch image-io-experiments — Extended BMP reader to handle the packed RGB formats. Note: I seem to mishandle the channel order somewhere, for all RGB formats. Investigate. (user: andreask size: 1978) [more...]
- File format/c/bmp.h — part of check-in [c49aa2a976] at 2016-11-03 07:53:21 on branch trunk — Converted crimp and formats to new crimp_primitive. Updated all operators and supporting C code. Updated all tests to use via kettle. All tests pass. (user: aku size: 1978)
| ︙ | |||
10 11 12 13 14 15 16 | 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;
|
| ︙ |