最新回答 / 慕勒9426121
這個問題是 jar包沒處理好造成的編譯報錯信息導入zxing的源碼,源碼有一些編譯錯誤信息要處理好,然后再導出jar包,? 這個jar包才算是可以使用的。
2016-09-07
MultiFormatReader formatReader=new MultiFormatReader();
File file=new File("F:/jjj/1.png");
BufferedImage image=ImageIO.read(file);
BinaryBitmap binaryBitmap=new BinaryBitmap(new HybridBinarizer(new BufferedImageLuminanceSource(image)));
HashMap hints=new HashMap();
不謝
File file=new File("F:/jjj/1.png");
BufferedImage image=ImageIO.read(file);
BinaryBitmap binaryBitmap=new BinaryBitmap(new HybridBinarizer(new BufferedImageLuminanceSource(image)));
HashMap hints=new HashMap();
不謝
2016-09-02