1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-02 17:57:13 +00:00

UPC/EAN, ITF14: quiet zones, addongap; raster/vector: sync code, use double

This commit is contained in:
gitlost
2020-07-15 19:00:12 +01:00
parent e90c273165
commit 2a19b883a5
55 changed files with 2917 additions and 1351 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/bash
./test_2of5 -f encode -d $(expr 128 + 16)
./test_channel -f encode -d $(expr 128 + 16)
./test_codablock -f encode -d $(expr 128 + 16)
./test_code -f encode -d $(expr 128 + 16)
./test_code128 -f encode -d $(expr 128 + 16)
./test_composite -d $(expr 128 + 16)
./test_gs1 -f gs1_reduce -d $(expr 128 + 16)
./test_rss -d $(expr 128 + 16)
./test_telepen -f encode -d $(expr 128 + 16)
./test_upcean -f encode -d $(expr 128 + 16)