-
Notifications
You must be signed in to change notification settings - Fork 121
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
Does not recognize linear barcodes in white on black #461
Comments
Hi, and thanks for filing an issue about this! 👍 This is a limitation of ZXingCpp, the barcode library this app is using. The standards of the affected types don't include negated versions, so support for this was excluded. |
Thanks for feedback! I have notified ZXingCpp guys on this issue so may be they will implement inverted barcodes processing one day. |
Further to above Since inverted 1D barcodes use is not a widespread practice they are not going to implement automatic detection of those yet but mention that such a detection can be arranged on application side - ----quote---- Just for case you find that worthwhile in the future. |
Hi! Great tool, thank you for developing it.
Noticed that it does not recognize linear barcodes in white on black background (some manufacturers use them making their black packaging more attractive): looks like it tries to read black stripes instead of white in such cases.
Affected types: EAN-13/8, UPC-A/E, Code-128/93/39, Interleaved 2 of 5, Codabar, PDF417, etc.
Regards!
The text was updated successfully, but these errors were encountered: