A QR code generator (creating a QR code with color and embedded logo as optional; also, decoding the encoded QR code) using ZXing QR code .NET open source library with ASP.NET
In the following figures you can see that the QR code generator generates a colorful QR code with embedded logo/image and then the QR code decoder decodes the QR code as expected.
- QR Code Generator
- QR Code with Logo Inside
- Color QR Code
- QR Code Decoder
QR code are generated in the following path QR Code Images
This application is created with:
- Visual Studio 2013
- C#
- ASP.NET
- ZXing QR Code Library
To clone and run this repository you will need Git installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/sumuongit/zxing-qr-code-generator.git
# Go into the repository
$ cd zxing-qr-code-generator
- Fork the repository
- Create a topic branch
- Implement your feature or bug fix
- Add, commit, and push your changes
- Submit a pull request