2

is there an open implementation for an aztec 2D barcode (for the Deutsche Bundesbahn) generator. I do not need the "aztec-data to bitmap", but i need the "input-data to aztec-data" part, the drawing itself is no problem with drawing primitives.

Peter Miehle
  • 5,984
  • 2
  • 38
  • 55

2 Answers2

3

ZXing also supports Aztec encoding since version 2.2.

rustyx
  • 80,671
  • 25
  • 200
  • 267
1

okay, after long searching I found, that http://sourceforge.net/projects/zint/ is capable for that with minor adjustments to the code.

Peter Miehle
  • 5,984
  • 2
  • 38
  • 55