QR_BAR_CodeGen is a Bar code and QR code generator as will as decode QR code. It's also able to save as images (jpg/png). BAR code encoded by CODE128.
-
sudo apt-get install build-essential libpng-dev qt5-default
git clone https://github.com/roboxerox/QR_BAR_CodeGen.git
cd QR_BAR_CodeGen
mkdir cbuild && cd cbuild
cmake ..
make
cd QR_BarCodeGen/
./QR_BarCodeEncoderDecoder
git clone https://github.com/roboxerox/QR_BAR_CodeGen.git
cd QR_BAR_CodeGen
mkdir qbuild && cd qbuild
qmake ..
make
./QR_BarCodeEncoderDecoder
- Bar Code using Code 128
- QR Codegen source code
- QR Code wiki

