mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
DATAMATRIX: add DM_ISO_144
(--dmiso144) option for ISO placement
of ECC codewords instead of default "de facto"
This commit is contained in:
@ -1886,7 +1886,7 @@ static int dm_ecc200(struct zint_symbol *symbol, struct zint_seg segs[], const i
|
||||
}
|
||||
|
||||
/* ecc code */
|
||||
if (symbolsize == INTSYMBOL144) {
|
||||
if (symbolsize == INTSYMBOL144 && !(symbol->option_3 & DM_ISO_144)) {
|
||||
skew = 1;
|
||||
}
|
||||
dm_ecc(binary, bytes, datablock, rsblock, skew);
|
||||
|
Reference in New Issue
Block a user