mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-07 12:07:42 +00:00
Better compression for Ultracode in BMP
Also corrects colour shifting bug File size is still bigger than it needs to be for Ultracode, but now uses 4bpp
This commit is contained in:
@@ -67,9 +67,9 @@ extern "C" {
|
||||
} bitmap_info_header_t;
|
||||
|
||||
typedef struct color_ref {
|
||||
uint8_t red;
|
||||
uint8_t green;
|
||||
uint8_t blue;
|
||||
uint8_t green;
|
||||
uint8_t red;
|
||||
uint8_t reserved;
|
||||
} color_ref_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user