Menu

#13 Support for QRCode

closed
nobody
None
5
2012-01-27
2008-11-15
No

Would it be possible to add support for QRCode ?
http://en.wikipedia.org/wiki/QR_Code
Your project is great !
Didier

Discussion

  • Nobody/Anonymous

    The QRCode will be great.
    Thanx
    Ignis

     
  • Nobody/Anonymous

    It may be so interesting!!

     
  • Dave Wang

    Dave Wang - 2009-07-18

    We need QR code too. It is very popular. It would be great if it can be supported.

     
  • Stephan H. Wissel

    I would second the request too. Eventually Java code from here could be used: http://code.google.com/p/zxing/ It is also Apache licensed, so reuse seems possible.

     
  • Jeremias Märki

    Jeremias Märki - 2011-01-03

    Implementing QR Code is a larger piece of work and the specification also has to be paid for. So, for me to work on this I'd need one or more parties to fund the development. I'm very reluctant to fork code from ZXing especially when I don't even have the specification to verify what I'm doing. But you can always use ZXing directly to produce QR Code.

     
  • Jeremias Märki

    Jeremias Märki - 2012-01-27

    I've implemented basic support for QR Code by using ZXing (see CVS HEAD). Basically, I've just written an adapter so the ZXing QR encoder can be used with the Barcode4J API. So ZXing's limitations for QR Code will also be Barcode4J's limitations. For this to work, ZXing Code 1.7 or later has to be in the classpath. That dependency is optional but without ZXing in the classpath, QR Code will obviously not be available. Feedback welcome.

     
  • Jeremias Märki

    Jeremias Märki - 2012-01-27
    • status: open --> closed
     

Log in to post a comment.