-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Thanks for this nice library! I'm encountering a weird behavior with the --raw-bytes option:
For qrcode, everythong as expected:
> ./rxing-cli test.png encode --width 200 --height 200 --data "aaa" qrcode
Encode successful, saving...
Saved to 'test.png'
> ./rxing-cli test.png decode --raw-bytes
Detection result:
97 97 97
for aztec:
> ./rxing-cli test.png encode --width 200 --height 200 --data "aaa" aztec
Encode successful, saving...
Saved to 'test.png'
> ./rxing-cli test.png decode --raw-bytes
Detection result:
224 132 47
I don't quite get the origin of the numbers above (should be 97 97 97).
The text representation is correct.
Metadata
Metadata
Assignees
Labels
No labels