rmqrcode-python icon indicating copy to clipboard operation
rmqrcode-python copied to clipboard

R13x27 code are can't be recognized by QRQR

Open tkamiya22 opened this issue 1 year ago • 1 comments

The codes that generated this library with version R13x27 are could not be recognized with QRQR.

to Reproduce

  1. $ rmqr foo foo.png --version R13x27
  2. scan foo.png with QRQR

foo

Version

rmqrcode: 0.3.2 QRQR for Android: 3.0.32

tkamiya22 avatar Jul 09 '24 13:07 tkamiya22

When I changed the value of k to 12, I was able to read it with QRQR. (I'll make a PR after I check some cases.)

foo_R13x27

https://github.com/OUDON/rmqrcode-python/blob/9dbbc2c6163fde897431a57cad9e475bf1e56e48/src/rmqrcode/format/rmqr_versions.py#L576-L582

tkamiya22 avatar Jul 09 '24 13:07 tkamiya22