codebude/QRCoder

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

Closed this issue · 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

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.