You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the quickstart example with a single image in jpeg format taken from my laptop computer (macos photobooth).
It resulted in this output -
peterweyand@Peters-MacBook-Pro barcode % sudo cargo run
Finished dev [unoptimized + debuginfo] target(s) in 0.03s
Running target/debug/barcode
The image was a close up of my library card barcode. Does this only work with a specific format of images or only with QR codes? Could you upload an example file or quickstart that compiles and produces output?
Thanks.
The text was updated successfully, but these errors were encountered:
Without seeing your code or the QR, I cannot say why it is not working. If you would like to see examples, you can check the tests directory that contains images that are used for unit testing.
I used the quickstart example with a single image in jpeg format taken from my laptop computer (macos photobooth).
It resulted in this output -
peterweyand@Peters-MacBook-Pro barcode % sudo cargo run
Finished dev [unoptimized + debuginfo] target(s) in 0.03s
Running
target/debug/barcode
The image was a close up of my library card barcode. Does this only work with a specific format of images or only with QR codes? Could you upload an example file or quickstart that compiles and produces output?
Thanks.
The text was updated successfully, but these errors were encountered: