Added RSS_EXPANDED to the CommandLineRunner.

git-svn-id: https://zxing.googlecode.com/svn/trunk@1774 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
dswitkin@google.com 2011-05-17 15:27:27 +00:00
parent 47b28a4edb
commit 45bebd195c

View file

@ -152,6 +152,7 @@ public final class CommandLineRunner {
vector.addElement(BarcodeFormat.EAN_13);
vector.addElement(BarcodeFormat.EAN_8);
vector.addElement(BarcodeFormat.RSS14);
vector.addElement(BarcodeFormat.RSS_EXPANDED);
if (!config.isProductsOnly()) {
vector.addElement(BarcodeFormat.CODE_39);
vector.addElement(BarcodeFormat.CODE_93);