Skip to content

roboxerox/QR_BAR_CodeGen

Repository files navigation

QR_BAR_CodeGen

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.

Install Dependencies

  1. png library

  2. Qt5

     sudo apt-get install build-essential libpng-dev qt5-default
    

Cmake build & run

	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

Qmake build & run

	git clone https://github.com/roboxerox/QR_BAR_CodeGen.git
	cd QR_BAR_CodeGen
	mkdir qbuild && cd qbuild
	qmake ..
	make
	
	./QR_BarCodeEncoderDecoder

Refrences

  1. Bar Code using Code 128
  2. QR Codegen source code
  3. QR Code wiki

About

QR code and BAR code Encoder-Decoder

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •