mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-27 21:44:13 -04:00
ULTRA: enable compression for GS1_MODE; compression changes; fixes; tests
This commit is contained in:
parent
e86d9d1dc8
commit
e04f662dc0
21 changed files with 762 additions and 46 deletions
|
@ -34,7 +34,6 @@
|
|||
|
||||
//#define TEST_PRINT_GENERATE_EXPECTED 1
|
||||
//#define TEST_PRINT_OVERWRITE_EXPECTED "bmp,emf,eps,gif,pcx,png,svg,tif,txt"
|
||||
//#define TEST_PRINT_OVERWRITE_EXPECTED "gif"
|
||||
|
||||
static void test_print(void)
|
||||
{
|
||||
|
@ -52,6 +51,7 @@ static void test_print(void)
|
|||
/* 0*/ { BARCODE_CODE128, -1, -1, "AIM", "code128_aim" },
|
||||
/* 1*/ { BARCODE_QRCODE, 2, 1, "1234567890", "qr_v1_m" },
|
||||
/* 2*/ { BARCODE_DOTCODE, -1, -1, "2741", "dotcode_aim_fig7" },
|
||||
/* 3*/ { BARCODE_ULTRA, -1, -1, "A", "ultracode_a" },
|
||||
};
|
||||
int data_size = sizeof(data) / sizeof(struct item);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue