ZXing.Net
ZXing.Net copied to clipboard
.Net port of the original java-based barcode reader and generator library zxing
Hi @micjahn, Unable to read the blurry type images using zxing.net dll and below is my code and blur image base64 data:  string scannedData = "Here I have base64...
Currently [BitmapRenderer](https://github.com/micjahn/ZXing.Net/blob/eef88ee53ced1035eade39f44544aa955d2db6b6/Source/lib/renderer/BitmapRenderer.cs) output images having a [PixelFormat](https://learn.microsoft.com/en-us/dotnet/api/system.drawing.imaging.pixelformat) of [Format24bppRgb](https://learn.microsoft.com/en-us/dotnet/api/system.drawing.imaging.pixelformat#:~:text=colors%20in%20it.-,Format24bppRgb,-137224), but since barcodes are 99% of the times black & white (monochrome), it would be nice to set the format to...
According to my observations IMBReader is not instantiated by default in the MultiFormatReader.cs code, therefore Intelligent Mail barcodes are not detected. I know that it is possible to overcome this...
Hi, I am having trouble with decoding the following QR code. The Code has been printed and then scanned again and can then no be read anymore by the ZXing...
I'm having hard time decoding a certain DM barcode. 1) this one is decoded just fine:  2) this one is decoded just after I invert and rotate the...
Hello, I'm using ZXing.Net.Mobile.Forms, which in turn uses ZXing.Net in a specific Xamarin.Forms mobile project. So I'm absolutely not an expert in the process of barcode decoding. In short, that...
I found a bug, when I use the following vba code to generate pdf417 barcode, after decoding it is empty, why? ``` Sub test() Dim myWriter As New BarcodeWriter, myOptions...
 It is not read even with try harder and similar options. It is read by commercial libraries like here https://online-barcode-reader.inliteresearch.com/ without any issue.
Hi @micjahn For one of our customers, we have developed an improvement for reading degraded code128. We used the white parts to read the characters and got great results. So...
I want to test the application in WPF with net 6.0 and the NuGet importer, But I do not get it to work. When i want to look at the...