-
I am using ZxingReader binary. I am able to reader Multiple QR codes in single image file but for multiple Data Matrix codes, it's reading only one Data Matrix in image. Is this feature is not availab…
-
I noticed that you need to convert the image to an array of 8bit luma data, or rgb before passing it to decode_barcode. why not also expose the methods that do that?
Maybe I'm wrong and you can do th…
-
When running `cargo clippy --fix` on my library project rxing (https://github.com/hschimke/rxing) I receive the below error with a request to submit the issue as a bug report for rustc.
rustc:
```…
-
Has anyone added the capability to view the UPS Maxicode? Any idea how to do that?
-
Hello,
for my application, I need to change a few settings. I thought using the official manual (https://files.inateck.com/BCST-42_Complete%20Manual_EN.pdf) would be the correct way, but I had a fe…
-
This bug happen whenever I include facebook auth with others QR dependencies we cannot use both
To Reproduce
To reproduce just try to add the following dependencies and build them with flutter_fac…
-
I've not touched any of that code ever since I started investing time here. As mentioned earlier I would in fact prefer to drop that code if there was a better OSS replacement. It seems to me the [zin…
axxel updated
8 months ago
-
Hi,
Any idea what dependency I might be missing to be able to build and install `zxing-cpp version 2.2.0` on a NVIDIA Jetson using `pip3`?
```
root@jetson-nx:~# sudo apt-cache show nvidia-jetp…
-
May I ask how to change the width and height of this MaxiCode 2D barcode? Or to scale it proportionally? Below is the code I use to generate MaxiCode,
```java
MaxiCode maxicode = new MaxiCode();
…
-
The documentation lists Maxicode as fully supported for reading and writing, but the multi writer will throw an exception if this format is selected. Checking the project show no code to support Maxic…