-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add functionality to produce QR codes #2887
Conversation
34d1bda
to
5750e6b
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2887 +/- ##
==========================================
+ Coverage 60.23% 60.25% +0.02%
==========================================
Files 602 602
Lines 44050 44084 +34
==========================================
+ Hits 26534 26565 +31
- Misses 17516 17519 +3 ☔ View full report in Codecov by Sentry. |
4fe7622
to
f37d337
Compare
ebbcb45
to
3257306
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works for me, just see some inline suggestions :)
First step for #2586.
Not used anywhere yet, just the first step. Can be tested by changing the function itself to save the picture using
img.save(path)
.I am uncertain about the way of getting the font, but to be able to change the font size we need to get a font from somewhere.