-
Notifications
You must be signed in to change notification settings - Fork 488
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
同一配置下二维码生成的白边宽度不一致 #259
Comments
版本3.1.1 |
这是 |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
您发送的邮件我已收到。
|
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
通过方法
createQRCode(String content, int heightPix, Bitmap logo, @FloatRange(from = 0.0f, to = 1.0f) float ratio, Map<EncodeHintType, ?> hints)
的 hints[EncodeHintType.MARGIN] = 1 //default is 4 设置了固定的白边边距,但是针对不同的二维码内容生成的二维码有不同白边边距,特别高密度二维码容易产生更多的白边,为什么?如何解决?
The text was updated successfully, but these errors were encountered: