QRCoder
QRCoder copied to clipboard
A pure C# Open Source QR Code implementation
Hi there, [ ] Bug [X] Question (e.g. about handling/usage) [ ] Request for new feature/improvement I am looking at using this package in place of calling Google's Chart API...
## Type of issue [ ] Bug [ ] Question (e.g. about handling/usage) [x] Request for new feature/improvement ## Request to change / add info on wiki [https://github.com/codebude/QRCoder/wiki/Advanced-usage---Payload-generators#318-swissqrcode-iso-20022](https://github.com/codebude/QRCoder/wiki/Advanced-usage---Payload-generators#318-swissqrcode-iso-20022) In the...
Hi. Help me please about qrcode chart size. How to set width and height in C#?
I have added a non-transparent Bitmap as a logo. Then I am not able to scan the QRCode. I guess, because of the center logo, some of the QRCode pixels...
Hi. I always use QR Coder. Thank you. Type of issue [ ] Bug [X] Question (e.g. about handling/usage) [ ] Request for new feature/improvement I want to make a...
## Type of issue [X] Bug ## Expected Behavior I'm trying your sample code for QRCoder, and the "QRCode" reference in the code should be found from the using statement:...
## Type of issue [ ] Bug [ ] Question (e.g. about handling/usage) [ ] Request for new feature/improvement ## Expected Behavior ## Current Behavior ## Possible Solution (optional) ##...
did you read https://sbqr.ru/standard/files/standart.pdf? it's required fields that should not exceed 300, not optional + required https://github.com/codebude/QRCoder/blob/cecf2066d3f3a74b142aaa7c8d9f744c4673118c/QRCoder/PayloadGenerator.cs#L2531 please fix asap
## Summary This PR fixes/implements the following **bugs/features**: * [x] Creating an OTP with an issuer/label that contains a space or other restricted characters does not properly escape the issuer/label...
## Summary I tried to make a Demo for blazor :) This PR fixes/implements the following **feature**: * [x] Feature : Shared code for QRCode view (Windows) can be used...