Michael Jahn

Results 71 comments of Michael Jahn

0 means that there was no rotation necessary.

@LoopIssuer I dump the kind of image with an attached debugger. There is a method overload for ToString of the class BitMatrix which gives you a text representation of the...

I'm afraid there is no option to improve this behavior currently. The original java version of zxing was mainly developed for mobile devices. The use case for mobile devices is...

I'm active but often busy. I leave that issue open because I want to find a solution which supports SSRS. But the last time I tried it I had trouble...

Do you have a sample image for me? I don't see a problem with my samples.

Can you please post a code snippet which shows how you generate the code?

The barcode generator for Plessey uses a higher resolution to create a barcode which is as near as possible to the specification. The only way to get a bigger text...

It uses the requested height. But it has to extend the width of the resulting bitmap. In the example the requested size of 600x400 pixels results in a size of...

There is something wrong with the detector if the default mode is used. If you switch to PureBarcode mode success will be true in all cases. ``` Options = new...

Which version of ZXing.Net do you use? Do you use the assembly from the main package of the release or from the binding package? If possible you should use the...