Module bus.extra
Package org.miaixz.bus.extra.qrcode
package org.miaixz.bus.extra.qrcode
Provides QR code encapsulation based on the zxing library, with
QrCodeKit as the
entry point.- Since:
- Java 17+
- Author:
- Kimi Liu
-
ClassDescription
BufferedImage图片二维码源 来自:http://blog.csdn.net/yangxin_blog/article/details/50850701 此类同样在zxing-j2se包中也有提供Exception for QR code related operations.QR code utility class based on Zxing, supporting: QR code generation and recognition, seeBarcodeFormat.QR_CODEBarcode generation and recognition, seeBarcodeFormat.CODE_39and many other standard formatsQR code configuration.二维码(条形码等)解码器Encoder for QR codes (and other barcodes), used to convert text content into a BitMatrix.