codebude / QRCoder

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

need a library of patterns and points for ArtQRCode-Renderer #368

Open AlexandreZaytsev opened 2 years ago

AlexandreZaytsev commented 2 years ago

Raffael - is not for you)) ... somebody!!! designers)) please add a library of 'finderPatternImage' and dots for Atr mode (ArtQRCode qrCode = new ArtQRCode(qrCodeData))!! (SVG or another format) for use in the Raffael Library for example qrcode-monkey

ps I tried to draw a 'finderPatternImage' myself - it didn't work out (reads poorly) !!!

TechnoRahmon commented 1 year ago

hey,

is there a way to customize the QR pattern, I found a solution in other package [zxing](https://stackoverflow.com/questions/35419511/generate-qr-codes-with-custom-dot-shapes-using-zxing) but the code are written in java, I couldn't use the same approach in c#.

any solution with QRCoder or other package ?