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

how to decode from image from remote url? #512

Closed
da1z opened this issue Oct 2, 2023 · 3 comments
Closed

how to decode from image from remote url? #512

da1z opened this issue Oct 2, 2023 · 3 comments
Labels

Comments

@da1z
Copy link

da1z commented Oct 2, 2023

trying to decode from image that i have url for? tried to pass it to decodeSingle and did not work

@github-actions
Copy link

github-actions bot commented Oct 2, 2023

Thank you for filing an issue! Please be patient. :-)

@ericblade
Copy link
Owner

You'll need to get the image data to the browser or node instance first. This does not provide a direct way of fetching from the network.

@ericblade
Copy link
Owner

If it helps, here's some ways of getting an image into a form that you can pass through to quagga or any other image manipulation utility

https://pqina.nl/blog/convert-an-image-to-a-base64-string-with-javascript/

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

No branches or pull requests

2 participants