mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
now tests Aztec, KIX, Code 32 and image rotation
This commit is contained in:
parent
8d68d58459
commit
ebfac2fb47
@ -255,4 +255,17 @@ zint -o bar111.eps -b 111 --height=100 --mode=1 --primary="[01]03212345678906" -
|
||||
zint -o bar111.png -b 111 --height=100 --mode=1 --primary="[01]03212345678906" -d "[10]1234567ABCDEFG"
|
||||
echo testing UCC/EAN-128 Composite with CC-C
|
||||
zint -o bar111a.eps -b 111 --height=100 --mode=3 --primary="[00]030123456789012340" -d "[02]130123456789093724[10]1234567ABCDEFG"
|
||||
zint -o bar111a.png -b 111 --height=100 --mode=3 --primary="[00]030123456789012340" -d "[02]130123456789093724[10]1234567ABCDEFG"
|
||||
zint -o bar111a.png -b 111 --height=100 --mode=3 --primary="[00]030123456789012340" -d "[02]130123456789093724[10]1234567ABCDEFG"
|
||||
echo testing KIX Code
|
||||
zint -o bar120.eps -b 120 -d '1231FZ13Xhs'
|
||||
zint -o bar120.png -b 120 -d '1231FZ13Xhs'
|
||||
echo testing Code23
|
||||
zint -o bar121.eps -b 121 -d "12345678"
|
||||
zint -o bar121.png -b 121 -d "12345678"
|
||||
echo testing PNG rotation
|
||||
zint -o barrot0.png -b 110 --height=50 --mode=1 --rotate=0 --primary=331234567890+01234 -d "[99]1234-abcd"
|
||||
zint -o barrot90.png -b 110 --height=50 --mode=1 --rotate=90 --primary=331234567890+01234 -d "[99]1234-abcd"
|
||||
zint -o barrot180.png -b 110 --height=50 --mode=1 --rotate=180 --primary=331234567890+01234 -d "[99]1234-abcd"
|
||||
zint -o barrot270.png -b 110 --height=50 --mode=1 --rotate=270 --primary=331234567890+01234 -d "[99]1234-abcd"
|
||||
echo testing Extended ASCII support
|
||||
zint -o barext.png --height=50 -d "größer"
|
Loading…
Reference in New Issue
Block a user