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.
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/barcodeThe 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.