-
Hi, I have an ITF barcode with content "2024" that can't be recognized by zxing-cpp. I found that this is because the ITF reader has a minCharCount=6 limit (https://github.com/zxing-cpp/zxing-cpp/blob…
-
Master branch gives this error when I try to build for Android from both Windows 11 and WSL2 Ubuntu 22.04
**Installed Environment**
Android Studio 2023.3.1
openjdk 21.0.2 2024-01-16
Gradle 8.7
…
-
Are there plans to support reading GS1 DataBar Limited barcodes?
-
Hi,
I am trying to add zxing cpp in my .Net project.
I have added the Nuget package but it does not give me any output when I input an image with a QR Code.
I have never built a DLL file so I am …
-
Using ZXing.Net.Maui.Controls v0.4.0, which is based on ZXing.Net library, and the basic ZXing page and configuration, it can detect simple PDF417, but it fails to detect more complex ones, like the o…
-
Copied from here: https://github.com/marcoffee/zxing-cpp/commit/bac30d071e06407e7ff0fed547e1e706e8ec15ec#commitcomment-113427522
> A minimal example that reproduces the error, using the python bind…
axxel updated
3 months ago
-
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…
-
As mentioned in #788, the current binaries contained in the NuGet package do not work. At least the binaries for Windows, I don't know about Linux and macOS.
I could reproduce the behavior with sel…
-
Hi there,
I have been using this library in a python project for a while now without issues, but have now run into an issue of which I think it might be some kind of bug.
### Problem
It happene…
-
I am using `MultiFormatWriter` to generate qrcode to present them in my mobile app.
I generate them within a thread and can be generating them in parallel.
Randomly i end up with images like those b…