SupperDuan的博客添加引用SkiaSharp 和 SkiaSharp.QrCode包 /// /// 生成二维码图片 /// public static (Stream, long) GenerateQRCode(string qrCodeContent, int width = 300, int height = 300, int quality = 100) { using var ...
笑芙蓉的博客// 功能:调用zxing生成和解析二维码,调用摄像头根据图片识别二维 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq;...