Closed bb10101010 closed 2 years ago
Ver 0.16.8 Classical bug reproducible with this code and attached image:
BarcodeReaderGeneric reader = new BarcodeReaderGeneric() { Options = new ZXing.Common.DecodingOptions() { TryHarder = true, PossibleFormats = new List<BarcodeFormat>(){ BarcodeFormat.IMB, }, }, }; Bitmap image = (Bitmap)Bitmap.FromFile("bugreproduction.png"); LuminanceSource source = new BitmapLuminanceSource(image); var results = reader.DecodeMultiple(source);
Thanks for reporting.
Ver 0.16.8 Classical bug reproducible with this code and attached image: