mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-26 05:15:57 +00:00
Added Aztec Runes
This commit is contained in:
@@ -164,6 +164,9 @@ echo testing Royal Mail 4 State
|
||||
echo testing Data Matrix
|
||||
./zint -o bar71.png -b 71 -d "Demonstration Data Matrix symbol generated by libzint"
|
||||
./zint -o bar71.eps -b 71 -d "Demonstration Data Matrix symbol generated by libzint"
|
||||
echo testing Data Matrix ECC 050
|
||||
./zint -o bar71b.png --mode=3 -b 71 -d "Demonstration Data Matrix symbol generated by libzint"
|
||||
./zint -o bar71b.eps --mode=3 -b 71 -d "Demonstration Data Matrix symbol generated by libzint"
|
||||
echo testing EAN-14
|
||||
./zint -o bar72.png -b 72 --height=50 -d 3210987654321
|
||||
./zint -o bar72.eps -b 72 --height=50 -d 3210987654321
|
||||
@@ -215,6 +218,12 @@ echo testing Aztec Code
|
||||
echo testing DAFT Code
|
||||
./zint -o bar93.eps -b 93 -d "daftdaftdaftdaftdaftdaftdaftdaftdaft"
|
||||
./zint -o bar93.png -b 93 -d "daftdaftdaftdaftdaftdaftdaftdaftdaft"
|
||||
echo testing Micro QR Code
|
||||
./zint -o bar97.eps -b 97 -d "MicroQR Code"
|
||||
./zint -o bar97.png -b 97 -d "MicroQR Code"
|
||||
echo testing Aztec Runes
|
||||
./zint -o bar128.eps -b 128 -d 125
|
||||
./zint -o bar128.png -b 128 -d 125
|
||||
echo testing Code 23
|
||||
./zint -o bar129.eps -b 129 -d "12345678"
|
||||
./zint -o bar129.png -b 129 -d "12345678"
|
||||
|
||||
Reference in New Issue
Block a user