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

[New Feature]performance of new QRCode(qrCodeData).GetGraphic() when pixelsPerModule expend #240

Open
serfend opened this issue May 15, 2020 · 0 comments

Comments

@serfend
Copy link

serfend commented May 15, 2020

Type of issue

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

Expected Behavior

when use new QRCode(qrCodeData).GetGraphic() to generate a code , it would be too slow to joying users when a large pixelsPerModule is set.
it'd be better to use qrcode render to get o(1) rather than use for(for())g.FillRectangle() on o(n²).

@serfend serfend changed the title [New Feature] [New Feature]performance of new QRCode(qrCodeData).GetGraphic() when pixelsPerModule expend May 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant