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
Describe the bug BrowserMultiFormatReader is not able to decode image if the image src is define as base64 data
To Reproduce Steps to reproduce the behavior:
Expected behavior Image should have been decoded
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context The html file is an update of https://zxing-js.github.io/library/examples/multi-image/.
Observed error is:
No MultiFormat Readers were able to detect the code. at cr.decodeInternal (https://unpkg.com/@zxing/library@latest:1:258233) at cr.decodeWithState (https://unpkg.com/@zxing/library@latest:1:257285) at t.BrowserMultiFormatReader.decodeBitmap (https://unpkg.com/@zxing/library@latest:1:331864) at t.BrowserMultiFormatReader.decode (https://unpkg.com/@zxing/library@latest:1:35551) at n (https://unpkg.com/@zxing/library@latest:1:34976) at https://unpkg.com/@zxing/library@latest:1:35147 at new Promise () at t.BrowserMultiFormatReader.decodeOnce (https://unpkg.com/@zxing/library@latest:1:35127) at t.BrowserMultiFormatReader.decodeFromImageElement (https://unpkg.com/@zxing/library@latest:1:32734) at t.BrowserMultiFormatReader.decodeFromImage (https://unpkg.com/@zxing/library@latest:1:32103) ts2.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
BrowserMultiFormatReader is not able to decode image if the image src is define as base64 data
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Image should have been decoded
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
The html file is an update of https://zxing-js.github.io/library/examples/multi-image/.
Observed error is:
No MultiFormat Readers were able to detect the code.
at cr.decodeInternal (https://unpkg.com/@zxing/library@latest:1:258233)
at cr.decodeWithState (https://unpkg.com/@zxing/library@latest:1:257285)
at t.BrowserMultiFormatReader.decodeBitmap (https://unpkg.com/@zxing/library@latest:1:331864)
at t.BrowserMultiFormatReader.decode (https://unpkg.com/@zxing/library@latest:1:35551)
at n (https://unpkg.com/@zxing/library@latest:1:34976)
at https://unpkg.com/@zxing/library@latest:1:35147
at new Promise ()
at t.BrowserMultiFormatReader.decodeOnce (https://unpkg.com/@zxing/library@latest:1:35127)
at t.BrowserMultiFormatReader.decodeFromImageElement (https://unpkg.com/@zxing/library@latest:1:32734)
at t.BrowserMultiFormatReader.decodeFromImage (https://unpkg.com/@zxing/library@latest:1:32103)
ts2.txt
The text was updated successfully, but these errors were encountered: