glassechidna / zxing-cpp

ZXing C++ Library
Apache License 2.0
597 stars 435 forks source link

[Q] Custom barcode zebra format #81

Open kashkashio opened 5 years ago

kashkashio commented 5 years ago

Hello I wonder if it's possible to create a custom barcode that will be unique to me? can i create another format of my own using predefined symbols and spaces and line widths ?

let say i want to set that e.g: | || | ||| | = 1 || || | | ||| = 2

and to be able to use zxing to read this custom barcode?

Thanks a lot