You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently BinaryEye defaults to a 4 pixel margin - too narrow because modules:pixels is not 1:1.
Zxing defaults to a 4 module margin, which is ideal - it dynamically chooses the perfect number of pixels depending on the code size.
BinaryEye requires a MARGIN value, so it's not possible to use that default Zxing behaviour.
A standard compliant QRCode has a margin of 4+ modules - the "quiet zone".
https://www.qrcode.com/en/howto/code.html
Currently BinaryEye defaults to a 4 pixel margin - too narrow because modules:pixels is not 1:1.
Zxing defaults to a 4 module margin, which is ideal - it dynamically chooses the perfect number of pixels depending on the code size.BinaryEye requires a MARGIN value, so it's not possible to use that default Zxing behaviour.
https://github.com/zxing/zxing/blob/6ae11863c7082cfeb62fa5075a488ec9588a01e6/core/src/main/java/com/google/zxing/qrcode/QRCodeWriter.java#L73
The text was updated successfully, but these errors were encountered: