Peter Miehle
Peter Miehle

Reputation: 6080

Aztec (DB) Barcode Generator

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.

Upvotes: 2

Views: 3008

Answers (2)

rustyx
rustyx

Reputation: 85531

ZXing also supports Aztec encoding since version 2.2.

Upvotes: 3

Peter Miehle
Peter Miehle

Reputation: 6080

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

Upvotes: 1

Related Questions