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

The current implementation of ASCIIQRCode has the X and Y coordinates swapped, resulting in a QR code that is mirrored about the main diagonal. I am not sure why the...

I just upgraded my project to .NET 7 and this is not working, `QRCode` is not found. When is this going to be compatible with .NET 7 ? Thanks !

修正在绘制自定义finderPatternImage时,同时绘制QuietZones会出现位置异常的BUG

运行环境更新到NET7,升级Qrcoder到1.4.3,SvgQRCode没有了。有没有相关替代的类或实现方法

## Type of issue [ ] Bug [x] Question (e.g. about handling/usage) [ ] Request for new feature/improvement How do I have square cells with custom finderPatternImage?

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

## Type of issue [ ] Bug [ ] Question (e.g. about handling/usage) [x] Request for new feature/improvement ## Expected Behavior It's related to https://github.com/codebude/QRCoder/issues/164 I think `PayloadGenerator.WiFi.Authentication` enum should...

## Type of issue [ ] Bug [x] Question (e.g. about handling/usage) [ ] Request for new feature/improvement ## Expected Behavior In the `GetGraphic` method from the `QRCoder.PngByteQRCode` class, the...

Hello, I am generating qrcode as below. Even though I made the background transparent, it casts as black. ``` public static Bitmap CreateQrCode(string code, int quality) { QRCodeGenerator qrGenerator =...

I have a blazor web assembly project and I am trying to generate QR using this nuget package but it is always throwing PlatformNotSupportedException Here is my code snippet :...