Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QRCoder 1.4.3 not QRCode class #364

Closed
a645010545 opened this issue Dec 17, 2021 · 2 comments
Closed

QRCoder 1.4.3 not QRCode class #364

a645010545 opened this issue Dec 17, 2021 · 2 comments

Comments

@a645010545
Copy link

a645010545 commented Dec 17, 2021

Type of issue

[√ ] Bug
[ ] Question (e.g. about handling/usage)
[ ] Request for new feature/improvement

Expected Behavior

QRCodeGenerator generator = new QRCodeGenerator();
QRCodeData codeData = generator.CreateQrCode(text, QRCodeGenerator.ECCLevel.M, true);
QRCode qrcode = new QRCode(codeData);
Bitmap qrImage = qrcode.GetGraphic(pixel, Color.Black, Color.White, true);

Current Behavior

QRCodeGenerator generator = new QRCodeGenerator();
QRCodeData codeData = generator.CreateQrCode(text, QRCodeGenerator.ECCLevel.M, true);
QRCode qrcode = new QRCode(codeData);
Bitmap qrImage = qrcode.GetGraphic(pixel, Color.Black, Color.White, true);

Possible Solution (optional)

Steps to Reproduce (for bugs)

Your Environment

In QRCoder 1.4.2 class QRCode is ok.QRCode qrcode = new QRCode(codeData); do not error
Burt In QRCoder 1.4.3 class QRCode is error.

@codebude
Copy link
Owner

Hi @a645010545 ,

this "issue" was already discussed in #361. Please read the discussion and my answer over there. If you then still have questions, let me know.

@a645010545
Copy link
Author

@a645010545

这个“问题”已经在#361 中讨论过。请阅读那里的讨论和我的回答。如果您还有疑问,请告诉我。

Hi @a645010545 ,

this "issue" was already discussed in #361. Please read the discussion and my answer over there. If you then still have questions, let me know.

Hi @a645010545 ,

this "issue" was already discussed in #361. Please read the discussion and my answer over there. If you then still have questions, let me know.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants