1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-23 12:57:07 +00:00

Add GS1 support to Data Matrix and Codablock-F

This commit is contained in:
hooper114
2009-01-24 12:22:10 +00:00
parent e527c45c2d
commit 8a71220ed6
3 changed files with 169 additions and 127 deletions

View File

@@ -202,6 +202,8 @@ int gs1_compliant(int symbology)
case BARCODE_RSS_EXPSTACK_CC:
case BARCODE_CODE16K:
case BARCODE_AZTEC:
case BARCODE_DATAMATRIX:
case BARCODE_CODABLOCKF:
result = 1;
break;
}