micjahn / ZXing.Net

.Net port of the original java-based barcode reader and generator library zxing
Apache License 2.0
2.74k stars 666 forks source link

Having trouble on decoding QR from image #384

Open gopaldahal opened 2 years ago

gopaldahal commented 2 years ago

I have a image at the bottom of the image page. When whole image is imported it is failed to decode the image. However when I browse the fraction of image section including the QR, it scans with charm. Working Image working

Not Working Image NotWorking

Please Guide.

Sharing is Caring!

micjahn commented 2 years ago

I have no idea, why the heuristics fail. I zoomed into the image up to 110% at it works. Sorry, no idea how to fix this.

axxel commented 9 months ago

In case using a .NET wrapper for the native c++ library zxing-cpp would be an option, then here is a fix for you: https://www.nuget.org/packages/ZXingCpp/