Replies: 1 comment 2 replies
-
It should be very easy.
The package contains the following additional classes of you need them: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I found this package ZXing.Net.Bindings.SkiaSharp version 0.16.12, but it points to the same ZXing.Net which relies on GDI+.
They both seem to be the same ZXing.Net and support for SkiaSharp.
I've modified all my GDI+ to SkiaSharp, and I use ZXing.Net to read QR codes, and there is this call that relies on System.Drawing.Bitmap, which I can't find a corresponding SkiaSharp SKBitmap for it.
LuminanceSource lumSource = new BitmapLuminanceSource(gdiBitmap);
Any clarification of this other package and help how I can use ZXing.Net with SkiaSharp will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions