-
Notifications
You must be signed in to change notification settings - Fork 51
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
QR code size #19
Comments
this should help with issue computerlyrik#19 but is not a final solution
I've added a parameter which should help with that by reducing the amount of whitespace around the QRCode. Although as I see it, the problem is the rather poor resolution of the device: the QR Code is always scaled by a an integer: this is usually just 2 for a QRCode (so, one dot on the matrix results in 2 dots on the label). If the QRCode gets bigger than half the size it suddenly shrinks to 1 dot in the matrix being 1 pixel. |
I totally agree @dev-zero - with 64 dots there is no much option for scaling. |
this should help with issue #19 but is not a final solution
this should help with issue #19 but is not a final solution
this should help with issue #19 but is not a final solution
The QRCode size is larger than the actual size, the QRCode library adds a white frame around the QR.
|
Hi @hyppoCom, this functionality looks really useful. This computerlyrik fork seems to be inactive, but I'd welcome a PR on my fork here: https://github.com/maresb/dymoprint |
QR codes containing longer text are printed with a smaller size than those containing only a short text. Maybe there is also a possibility to reduce the margins, so that there is more space for the QR code.
The text was updated successfully, but these errors were encountered: