Michael Jahn
Michael Jahn
If someone writes the encoders for these barcode types and creates a pull request, I will happily merge it into ZXing.Net. But sorry, I don't have enough free time to...
I don't know the code of the multiple barcode reader very well. But as far as I know it uses a very simple algorithm. I think in your case the...
Thanks for pointing that out. There are two major problems with it: * it's only available for .Net Core/Standard 2.1 and .Net 5.0 or newer. ZXing.Net supports a number of...
The detector fails to find the correct bull's eye corners for these 6 cases. I think it is because of the top left corner. But I don't know the aztec...
Can you explain what you have tried? I did some tests 4 years ago. I got it running with SSRS 2012. Not sure if it works the same way with...
Then it is as I said before. You have to add the mentioned lines to the file rssrvpolicy.config and RSPreviewPolicy.config. And you need a zxing.dll with the attribute AllowPartiallyTrustedCallers which...
Which version of ZXing.Net are you using? The NullRef should be fixed with version 0.16.8. There are already different versions for .Net standard available. What are the benefits to have...
I don't think so. But maybe I'm wrong. Why do you think that AutoRotate works in "reversed mode"?
What kind of barcode and which content did you expect?
In your case the image resolution is too high. The heuristical approach recognizes too many white pixels in the black areas I think. If you reduce the size by 50...