Skip to content
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

Decode raw bytes QRcode #34

Open
borisreitman opened this issue Sep 18, 2022 · 0 comments
Open

Decode raw bytes QRcode #34

borisreitman opened this issue Sep 18, 2022 · 0 comments

Comments

@borisreitman
Copy link

borisreitman commented Sep 18, 2022

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:

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

sample-qrcode3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant