QRCodeWriter
This object renders a QR Code as a BitMatrix 2D array of greyscale values.
Functions
Link copied to clipboard
open override fun encode(contents: String, format: BarcodeFormat, width: Int, height: Int): BitMatrix
Encode a barcode using the default settings.
open override fun encode(contents: String, format: BarcodeFormat, width: Int, height: Int, hints: Map<EncodeHintType, *>?): BitMatrix