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
  • Class
    Description
    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, see BarcodeFormat.QR_CODE Barcode generation and recognition, see BarcodeFormat.CODE_39 and many other standard formats
    QR code configuration.
    二维码(条形码等)解码器
    Encoder for QR codes (and other barcodes), used to convert text content into a BitMatrix.