mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-28 05:54:19 -04:00
Update test scripts to include Code One
This commit is contained in:
parent
09930ea197
commit
f72de2c575
2 changed files with 9 additions and 1 deletions
|
@ -412,6 +412,10 @@ echo testing Channel Code
|
|||
zint -o bar140.png -b 140 --height=100 --border=10 -d "12345"
|
||||
zint -o bar140.eps -b 140 --height=100 --border=10 -d "12345"
|
||||
zint -o bar140.svg -b 140 --height=100 --border=10 -d "12345"
|
||||
echo testing Code One
|
||||
zint -o bar141.png -b 141 --border=10 -d "Demonstration Code One symbol generated by libzint"
|
||||
zint -o bar141.eps -b 141 --border=10 -d "Demonstration Code One symbol generated by libzint"
|
||||
zint -o bar141.svg -b 141 --border=10 -d "Demonstration Code One symbol generated by libzint"
|
||||
echo testing PNG rotation
|
||||
zint -o barrot0.png -b 130 --height=50 --border=10 --mode=1 --rotate=0 --primary=331234567890+01234 -d "[99]1234-abcd"
|
||||
zint -o barrot90.png -b 130 --height=50 --border=10 --mode=1 --rotate=90 --primary=331234567890+01234 -d "[99]1234-abcd"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue