zxing-cpp / zxing-cpp

C++ port of ZXing
Apache License 2.0
1.23k stars 390 forks source link

DataBar and DataBar Expanded are not supported to write #197

Open Sarry16108 opened 3 years ago

Sarry16108 commented 3 years ago

i have read the MultiFormatWriter.cpp file, i found onedcodes DataBar and DataBar are not supported, will you add later?

axxel commented 3 years ago

That is unlikely. The original/upstream Java library does not support writing DataBar symbols, either.

It seems the https://zint.github.io/ project supports that.