Michael Jahn

Results 71 comments of Michael Jahn

That's right. The renderer based on ImageSharp doesn't support it. Perhaps you or someone else can provide a pull request which adds the functionality.

The SkiaSharp.NativeAssets.* dependencies are added transitively by the SkiaSharp package. I have no idea how to add the package SkiaSharp.NativeAssets.Linux correctly to the SkiaSharp binding package. And in my opinion,...

The main question is: what should be "inside" the base64 / byte[] representation? Should it be the contents of a JPG or BMP file which represents the generated datamatrix image?...

You should not enable the barcode formats MSI, IMB and PharmaCode and are not widely used. They produce too many false positives. If you have a fixed list of formats...

Sorry, I can't check it for the next three weeks. Anyway, the file format doesn't affect the decoding success. Internally every image format is converted to Bitmap before decoding. Only...

I couldn't decode both of them if I used the original image size. If I reduce the size to 75% both versions are successfully decoded. I think the main problem...

The actual version of the method "Update" is the following: ``` void Update() { if (c == null) { c = camTexture.GetPixels32(); } // encode the last found var textForEncoding...

In some cases, the library won't find the correct position of the finder patterns. At the moment I have no idea how to fix this. Interestingly if you rotate the...

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