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

Add GS1 support to Aztec Code

This commit is contained in:
hooper114
2009-01-16 05:50:22 +00:00
parent c7affa89de
commit 2dd4f31da4
4 changed files with 37 additions and 12 deletions

View File

@@ -201,6 +201,7 @@ int gs1_compliant(int symbology)
case BARCODE_RSS14_OMNI_CC:
case BARCODE_RSS_EXPSTACK_CC:
case BARCODE_CODE16K:
case BARCODE_AZTEC:
result = 1;
break;
}