codebude / QRCoder

A pure C# Open Source QR Code implementation
MIT License
4.43k stars 1.08k forks source link

In Linux system, which class do I use to generate QR codes with iocn? #573

Open yb12306 opened 3 days ago

yb12306 commented 3 days ago

Type of issue

[ ] Bug
[ ] Question (e.g. about handling/usage)
[ ] Request for new feature/improvement

Expected Behavior

Current Behavior

Possible Solution (optional)

Steps to Reproduce (for bugs)

Your Environment

codebude commented 3 days ago

The rendering classes that work under Linux are listed in the compatibility matrix in our wiki: https://github.com/codebude/QRCoder/wiki/Advanced-usage---QR-Code-renderers#2-overview-of-the-different-renderers

Out of those only the SvgQRCode supports icons out of the box.

But you could use any of the other Linux compatible renderers and then just take a image manipulation/drawing library of your choice to paint a logo onto the generated code.