QRCoder
QRCoder copied to clipboard
A pure C# Open Source QR Code implementation
## Type of issue [ ] Bug [ ] Question (e.g. about handling/usage) [X] Request for new improvement ## Expected Behavior The SwissQRCode payload generator should following the latest (2.3)...
Is it possible to crate a qr Code with FNC1 Type to build it as a QR CODE GS-1 Type? _Originally posted by @msWP in https://github.com/codebude/QRCoder/discussions/483_
## Type of issue [ ] Bug [ ] Question (e.g. about handling/usage) [ ] Request for new feature/improvement ## Expected Behavior ## Current Behavior ## Possible Solution (optional) ##...
QRCoder v2 provides a unique opportunity to streamline and clean up some of the rough edges of public API that has evolved and accumulated over the years. **Potential Goals of...
## Summary Experimentation with fluent API syntax ## Samples ```cs var code = QRCodeBuilder.CreateEmail("[email protected]") .WithSubject("Testing") .WithBody("Hello World!") .WithErrorCorrection(QRCodeGenerator.ECCLevel.H) .RenderWith() .WithQuietZone(false) .ToString(); var image = QRCodeBuilder.CreatePhoneNumber("1234567890") .WithErrorCorrection(QRCodeGenerator.ECCLevel.H) .RenderWith(20) .WithQuietZone(false) .ToBitmap(); var...
*__Note__: This issue is part of the planning of version 2 of the QRCoder. The [meta-issue can be found here](https://github.com/codebude/QRCoder/issues/512). These comments have been copied into this issue here, with...
*__Note__: This issue is part of the planning of version 2 of the QRCoder. The [meta-issue can be found here](https://github.com/codebude/QRCoder/issues/512). These comments have been copied into this issue here, with...
*__Note__: This issue is part of the planning of version 2 of the QRCoder. The [meta-issue can be found here](https://github.com/codebude/QRCoder/issues/512). These comments have been copied into this issue here, with...
*__Note__: This issue is part of the planning of version 2 of the QRCoder. The [meta-issue can be found here](https://github.com/codebude/QRCoder/issues/512). These comments have been copied into this issue here, with...
*__Note__: This issue is part of the planning of version 2 of the QRCoder. The [meta-issue can be found here](https://github.com/codebude/QRCoder/issues/512). These comments have been copied into this issue here, with...