codebude / QRCoder

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

Guidance on artistic QR codes #477

Open jfrank14 opened 12 months ago

jfrank14 commented 12 months ago

I love the QR codes generated by ArtQRCode, but would like to customize them further, so that I could have a unique one for every user.

qr-code-monkey, for example, lets you customize body, eye frame, and eye shape, each with a bunch of options:

image

Combining these in all possible ways would yield thousands of barcode types, and I'd like QRCoder to be able to do that.

Is this something that's achievable with QRCoder, or is there a straightforward way to enhance the code to accomplish it?

(I don't want to use qr-code-monkey itself because it seems to work exclusively as a web service, with uptime and volume guarantees that don't seem adequate for my needs. Direct rendering in my .NET project seems much more reliable.)

ThomasBrodkorb commented 4 months ago

Also allow icons in all Coders (including ArtQRCode), please

larsbloch commented 1 month ago

I like this idea !