Replies: 2 comments 1 reply
-
Can you give the full code for QR creation? Which ECC level do you use? Habe you tried ECCLevel.H? (Highest recovery.) Using ART QR codes is a bit tricky as every "artsy" modification lowers the readability of a code. The more you modify the QR the hard it gets to read. Rasing the ECC (error correction level) may help up to a certain level. If it's still not readable with ECCLevel H, try to use logos and patterns less abstract. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Do you have a solution ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to use but it doesn't work.
Please Help.
var bmp = new ArtQRCode(data).GetGraphic(10, Color.Black, Color.White, Color.Transparent, drawQuietZones: true, finderPatternImage: (Bitmap)Image.FromFile(logo), backgroundImage : (Bitmap)Image.FromFile(logo));
Beta Was this translation helpful? Give feedback.
All reactions