[SCM] Multi-format 1D/2D barcode image processing library branch, upstream, updated. 24d4480bc48cf9eabf7b2bd2f528248b0e458809

bas5winkel at gmail.com bas5winkel at gmail.com
Wed Aug 4 01:31:49 UTC 2010


The following commit has been merged in the upstream branch:
commit 067ed04679f520c0607d1ea8e3bea9cf227ad5bf
Author: bas5winkel at gmail.com <bas5winkel at gmail.com@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Date:   Mon May 31 12:20:50 2010 +0000

    Added support for codabar format
    
    git-svn-id: http://zxing.googlecode.com/svn/trunk@1400 59b500cc-1b3d-0410-9834-0bbf25fbcc57

diff --git a/javase/src/com/google/zxing/client/j2se/CommandLineRunner.java b/javase/src/com/google/zxing/client/j2se/CommandLineRunner.java
index 8777337..2721ff8 100644
--- a/javase/src/com/google/zxing/client/j2se/CommandLineRunner.java
+++ b/javase/src/com/google/zxing/client/j2se/CommandLineRunner.java
@@ -122,6 +122,7 @@ public final class CommandLineRunner {
       vector.addElement(BarcodeFormat.QR_CODE);
       vector.addElement(BarcodeFormat.DATAMATRIX);
       vector.addElement(BarcodeFormat.PDF417);
+	  vector.addElement(BarcodeFormat.CODABAR);
     }
     hints.put(DecodeHintType.POSSIBLE_FORMATS, vector);
     if (tryHarder) {

-- 
Multi-format 1D/2D barcode image processing library



More information about the Pkg-google-commits mailing list