QRCoder icon indicating copy to clipboard operation
QRCoder copied to clipboard

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

Open yb12306 opened this issue 1 year ago • 1 comments

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

yb12306 avatar Jun 30 '24 13:06 yb12306

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.

codebude avatar Jun 30 '24 15:06 codebude