We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The zbar library supportsdecoding raw bytes qrcode, as described in this pull request, which was also a bug. How to expose this in zbarlight?
matheusmoreira/zbar@87a0b3c
Exmaple where it works and doesn't with zimgbar program. The difference is in the binary option:
zimgbar
sslcheck$ zbarimg -q --raw -Sbinary sample-qrcode3.png | hexdump 0000000 05 a0 00 e2 67 86 4b 45 79 ca 9a 38 000000c sslcheck$ zbarimg -q --raw sample-qrcode3.png | hexdump 0000000 05 c2 a0 00 c3 a2 67 c2 86 4b 45 79 c3 8a c2 9a 0000010 38 0a 0000012
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The zbar library supportsdecoding raw bytes qrcode, as described in this pull request, which was also a bug. How to expose this in zbarlight?
matheusmoreira/zbar@87a0b3c
Exmaple where it works and doesn't with
zimgbar
program. The difference is in the binary option:The text was updated successfully, but these errors were encountered: