QRCoder icon indicating copy to clipboard operation
QRCoder copied to clipboard

A pure C# Open Source QR Code implementation

Results 128 QRCoder issues
Sort by recently updated
recently updated
newest added

Hello, i found an issue when im trying to add a new Client with the method : SwissQrCode.Contact.WithStructuredAddress(); There is a Regex as define in the library like : **@"^([a-zA-Z0-9\.,;:'\...

Hello, I work on the .NET Libraries team, and I saw that this library has a lot of usage in the community and depends on System.Drawing.Common for xplat scenarios. We...

enhancement

Implementation of a new method that generates a small qrcode. Inspired by the repository https://github.com/gtanner/qrcode-terminal. Implemented a basic test function (can_render_small_ascii_qrcode). Fixes #379

## Type of issue [X] Bug ## Expected Behavior QR Codes generated with the same payload on version 1.4.2 and version 1.4.3 should result in the same image, and should...

I set the GetGraphics to 1 and the size of generate QrCode is very big. Is possible smaller?

Is it possible generate a qr code in gradient? just something like https://qrcode.kaywa.com/web/images/custom_gradient.png

QRCode class is not visible on net6.0 targeted web app projects ## Type of issue [x] Bug ## Possible Solution (optional) https://github.com/codebude/QRCoder/blob/cecf2066d3f3a74b142aaa7c8d9f744c4673118c/QRCoder/QRCode.cs#L1 #if NETFRAMEWORK || NETSTANDARD2_0 || NET5_0 || NET6_0_WINDOWS...

Hi! please take a look ArtQRCode-Renderer (1.4.2 1.4.3) [example of a call method](https://github.com/AlexandreZaytsev/QRCoderArt/blob/master/FormMain.cs#L698) 1.1 when using the drawQuietZones flag for finderPatternImage true - without offset? false - ok ![image](https://user-images.githubusercontent.com/16114000/147197716-783ffd17-9dca-432c-a2ee-3493d391a319.png) ![image](https://user-images.githubusercontent.com/16114000/147197745-dd9092c4-b207-4602-87cf-34bdfca4ff18.png)...

## Type of issue [ ] Bug [ ] Question (e.g. about handling/usage) [ ] Request for new feature/improvement ## Expected Behavior ## Current Behavior ## Possible Solution (optional) ##...

I want to use Base64QRCode in one of my report, I am trying to use below code in SSRS, however I get strange errors. I have already added QRCodeGenerator Class...