-
Notifications
You must be signed in to change notification settings - Fork 346
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
Encoding is broken #10
Comments
Hello QtRoS, the "encodeData" is a work in progress and it has not yet been included to any official release. Its main part is implemented though there is an issue with the ReedSolomon encoding that i have not yet resolved. Here you can see a plan for the next release. |
Thank you for the answer! |
The code part that i am referring to is in file src/zxing/zxing/common/reedsolomon/ReedSolomonEncoder.cpp I have ended up to this part of code since all the rest functionality used in src/zxing/zxing/qrcode/encoder/QREncoder.cpp has already been successfully covered through the tests in src/QZXingTests. All the above code is direct port from the java code of zxing v2.3 source code. Thus if you are interested in investigating, you can use that code as a reference as well. Your help and your input are very welcomed! |
Will the solution of this issue? |
…ssfull but still the images produced can not be decoded. One step closer to #10
Still the Qr code that is generated is not recognizable
…his commit niallfraser@da544f6 i have seen the error. Thank you @niallfraser!
Result of
QImage QZXing::encodeData(const QString& data)
is incorrect QR Code. Even zxing site can't recognize it.
The text was updated successfully, but these errors were encountered: